#FF37B2

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

Shades of Persian Rose #FF37B2

Tints of Persian Rose #FF37B2

Color information

#FF37B2 (or 0xFF37B2) is unknown color: approx Persian Rose. HEX triplet: FF, 37 and B2. RGB value is (255,55,178). Sum of RGB (Red+Green+Blue) = 255+55+178=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF37B2 is #00C84D. Grayscale: #808080. Windows color (decimal): -51278 or 11679743. OLE color: 11679743.

HSL color Cylindrical-coordinate representation of color #FF37B2: hue angle of 323.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF37B2 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB25555178-
CMYK00.780.300
HSL323.1º100%60.78%-
HSV(B)323.1º78.43%100%-
XYZ50.6427.2144.7-
YUV128.82155.76218-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 55 (21.88% from 255) = 11.27%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=52.25%
G=11.27%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555517800.780.300323.110060.78
HexFF37B204E1E0143643d
Octal37767262011636050314475
Binary1111111111011110110010010011101111001010000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF37B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF37B2; }

 p { color: rgb(255,55,178); }

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

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

 a { background-color: rgb(255,55,178); }

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

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

 span { border-color: rgb(255,55,178); }

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