#f37fb9

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

Shades of Persian Pink #F37FB9

Tints of Persian Pink #F37FB9

Color information

#F37FB9 (or 0xF37FB9) is unknown color: approx Persian Pink. HEX triplet: F3, 7F and B9. RGB value is (243,127,185). Sum of RGB (Red+Green+Blue) = 243+127+185=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FB9 is #0C8046. Grayscale: #A8A8A8. Windows color (decimal): -819271 or 12156915. OLE color: 12156915.

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

Color convert

RGB243127185-
CMYK00.480.240.05
HSL330º82.86%72.55%-
HSV(B)330º47.74%95.29%-
XYZ53.3137.7450.37-
YUV168.3137.43181.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.78%
GREEN value IS 127 (50% from 255) = 22.88%
BLUE value IS 185 (72.66% from 255) = 33.33%
R=43.78%
G=22.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312718500.480.240.0533082.8672.55
HexF37FB903018514a5349
Octal363177271060305512123111
Binary1111001111111111011100101100001100010110100101010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f37fb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f37fb9; }

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

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

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

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

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

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

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

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