#FC37E5

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

Shades of Razzle Dazzle Rose #FC37E5

Tints of Razzle Dazzle Rose #FC37E5

Color information

#FC37E5 (or 0xFC37E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 37 and E5. RGB value is (252,55,229). Sum of RGB (Red+Green+Blue) = 252+55+229=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 55 (21.88% from 255 or 10.26% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37E5 is #03C81A. Grayscale: #858585. Windows color (decimal): -247835 or 15022076. OLE color: 15022076.

HSL color Cylindrical-coordinate representation of color #FC37E5: hue angle of 307.01º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC37E5 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB25255229-
CMYK00.780.090.01
HSL307.01º97.04%60.2%-
HSV(B)307.01º78.17%98.82%-
XYZ55.6529.0876.81-
YUV133.74181.77212.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.01%
GREEN value IS 55 (21.88% from 255) = 10.26%
BLUE value IS 229 (89.84% from 255) = 42.72%
R=47.01%
G=10.26%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525522900.780.090.01307.0197.0460.2
HexFC37E504E91133613c
Octal37467345011611146314174
Binary111111001101111110010101001110100111001100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC37E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC37E5; }

 p { color: rgb(252,55,229); }

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

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

 a { background-color: rgb(252,55,229); }

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

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

 span { border-color: rgb(252,55,229); }

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