#F388B8

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

Shades of Persian Pink #F388B8

Tints of Persian Pink #F388B8

Color information

#F388B8 (or 0xF388B8) is unknown color: approx Persian Pink. HEX triplet: F3, 88 and B8. RGB value is (243,136,184). Sum of RGB (Red+Green+Blue) = 243+136+184=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F388B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388B8 is #0C7747. Grayscale: #ADADAD. Windows color (decimal): -816968 or 12093683. OLE color: 12093683.

HSL color Cylindrical-coordinate representation of color #F388B8: hue angle of 333.08º 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 #F388B8 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB243136184-
CMYK00.440.240.05
HSL333.08º81.68%74.31%-
HSV(B)333.08º44.03%95.29%-
XYZ54.4240.1250.22-
YUV173.46133.95177.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.16%
GREEN value IS 136 (53.52% from 255) = 24.16%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=43.16%
G=24.16%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313618400.440.240.05333.0881.6874.31
HexF388B802C18514d524a
Octal363210270054305515122112
Binary11110011100010001011100001011001100010110100110110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F388B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F388B8; }

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

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

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

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

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

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

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

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