#F37FBB

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

Shades of Persian Pink #F37FBB

Tints of Persian Pink #F37FBB

Color information

#F37FBB (or 0xF37FBB) is unknown color: approx Persian Pink. HEX triplet: F3, 7F and BB. RGB value is (243,127,187). Sum of RGB (Red+Green+Blue) = 243+127+187=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FBB is #0C8044. Grayscale: #A8A8A8. Windows color (decimal): -819269 or 12287987. OLE color: 12287987.

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

Color convert

RGB243127187-
CMYK00.480.230.05
HSL328.97º82.86%72.55%-
HSV(B)328.97º47.74%95.29%-
XYZ53.5237.8251.49-
YUV168.52138.43181.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.63%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=43.63%
G=22.80%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312718700.480.230.05328.9782.8672.55
HexF37FBB0301751495349
Octal363177273060275511123111
Binary1111001111111111011101101100001011110110100100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37FBB; }

 p { color: rgb(243,127,187); }

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

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

 a { background-color: rgb(243,127,187); }

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

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

 span { border-color: rgb(243,127,187); }

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