#F388B6

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

Shades of Persian Pink #F388B6

Tints of Persian Pink #F388B6

Color information

#F388B6 (or 0xF388B6) is unknown color: approx Persian Pink. HEX triplet: F3, 88 and B6. RGB value is (243,136,182). Sum of RGB (Red+Green+Blue) = 243+136+182=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F388B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388B6 is #0C7749. Grayscale: #ADADAD. Windows color (decimal): -816970 or 11962611. OLE color: 11962611.

HSL color Cylindrical-coordinate representation of color #F388B6: hue angle of 334.21º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388B6 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB243136182-
CMYK00.440.250.05
HSL334.21º81.68%74.31%-
HSV(B)334.21º44.03%95.29%-
XYZ54.2140.0449.13-
YUV173.24132.95177.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.32%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=43.32%
G=24.24%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313618200.440.250.05334.2181.6874.31
HexF388B602C19514e524a
Octal363210266054315516122112
Binary11110011100010001011011001011001100110110100111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F388B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F388B6; }

 p { color: rgb(243,136,182); }

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

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

 a { background-color: rgb(243,136,182); }

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

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

 span { border-color: rgb(243,136,182); }

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