#f37bb7

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

Shades of Persian Pink #F37BB7

Tints of Persian Pink #F37BB7

Color information

#F37BB7 (or 0xF37BB7) is unknown color: approx Persian Pink. HEX triplet: F3, 7B and B7. RGB value is (243,123,183). Sum of RGB (Red+Green+Blue) = 243+123+183=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BB7 is #0C8448. Grayscale: #A5A5A5. Windows color (decimal): -820297 or 12024819. OLE color: 12024819.

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

Color convert

RGB243123183-
CMYK00.490.250.05
HSL330º83.33%71.76%-
HSV(B)330º49.38%95.29%-
XYZ52.5936.6449.1-
YUV165.72137.76183.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.26%
GREEN value IS 123 (48.44% from 255) = 22.40%
BLUE value IS 183 (71.88% from 255) = 33.33%
R=44.26%
G=22.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312318300.490.250.0533083.3371.76
HexF37BB703119514a5348
Octal363173267061315512123110
Binary1111001111110111011011101100011100110110100101010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f37bb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f37bb7; }

 p { color: rgb(243,123,183); }

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

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

 a { background-color: rgb(243,123,183); }

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

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

 span { border-color: rgb(243,123,183); }

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