#F387B6

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

Shades of Persian Pink #F387B6

Tints of Persian Pink #F387B6

Color information

#F387B6 (or 0xF387B6) is unknown color: approx Persian Pink. HEX triplet: F3, 87 and B6. RGB value is (243,135,182). Sum of RGB (Red+Green+Blue) = 243+135+182=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F387B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387B6 is #0C7849. Grayscale: #ACACAC. Windows color (decimal): -817226 or 11962355. OLE color: 11962355.

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

Color convert

RGB243135182-
CMYK00.440.250.05
HSL333.89º81.82%74.12%-
HSV(B)333.89º44.44%95.29%-
XYZ54.0739.7649.08-
YUV172.65133.28178.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.39%
GREEN value IS 135 (53.12% from 255) = 24.11%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=43.39%
G=24.11%
B=32.5%

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
Decimal24313518200.440.250.05333.8981.8274.12
HexF387B602C19514e524a
Octal363207266054315516122112
Binary11110011100001111011011001011001100110110100111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F387B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F387B6; }

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

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

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

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

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

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

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

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