#F378BC

Color #F378BC Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F378BC

Tints of Persian Pink #F378BC

Color information

#F378BC (or 0xF378BC) is unknown color: approx Persian Pink. HEX triplet: F3, 78 and BC. RGB value is (243,120,188). Sum of RGB (Red+Green+Blue) = 243+120+188=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F378BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378BC is #0C8743. Grayscale: #A4A4A4. Windows color (decimal): -821060 or 12351731. OLE color: 12351731.

HSL color Cylindrical-coordinate representation of color #F378BC: hue angle of 326.83º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F378BC is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243120188-
CMYK00.510.230.05
HSL326.83º83.67%71.18%-
HSV(B)326.83º50.62%95.29%-
XYZ52.7636.1251.77-
YUV164.53141.25183.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 44.10%
GREEN value IS 120 (47.27% from 255) = 21.78%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=44.10%
G=21.78%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312018800.510.230.05326.8383.6771.18
HexF378BC0331751475447
Octal363170274063275507124107
Binary1111001111110001011110001100111011110110100011110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F378BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F378BC; }

 p { color: rgb(243,120,188); }

 H1.HeaderClassName
 {
   color: #F378BC;
 }
 .AnyTagClassName
 {
   color: #F378BC;
 }
</style>
background-color css

<style>
 a { background-color: #F378BC; }

 a { background-color: rgb(243,120,188); }

 div.DivClassName
 {
   background-color: #F378BC;
 }
 .BgClassName
 {
   background-color: #F378BC;
 }
</style>
border-color css

<style>
 span { border-color: #F378BC; }

 span { border-color: rgb(243,120,188); }

 td.TdClassName
 {
   border-color: #F378BC;
 }
 .TagClassName
 {
   border-color: #F378BC;
 }
</style>