Html Css Color HEX #FC37DD Razzle Dazzle Rose

📋 copy color: '#FC37DD'

red 252 ◦ green 55 ◦ blue 221

#FC37DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #FC37DD

Tints of Razzle Dazzle Rose #FC37DD

RGB

 RED value IS 252 (98.83% from 255) = 47.73%

 GREEN value IS 55 (21.88% from 255) = 10.42%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 47.73%
G = 10.42%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC37DD (or 0xFC37DD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and DD. RGB value is (252,55,221). Sum of RGB (Red+Green+Blue) = 252+55+221=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 55 (21.88% from 255 or 10.42% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37DD is #03C822. Grayscale: #848484. Windows color (decimal): -247843 or 14497788. OLE color: 14497788.

HSL color Cylindrical-coordinate representation of color #FC37DD: hue angle of 309.44º 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 #FC37DD is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 55 221 -
CMYK 0 0.78 0.12 0.01
HSL 309.44º 0.97% 0.6% -
HSV(B) 309.44º 0.78% 0.99% -
XYZ 54.56 28.65 71.06 -
YUV 132.83 177.77 213 -
System Red Green Blue C M Y K H S L
Decimal 252 55 221 0 0.78 0.12 0.01 309.44 0.97 0.6
Hex FC 37 DD 0 4E C 1 135 61 3C
Octal 374 67 335 0 116 14 1 465 141 74
Binary 11111100 110111 11011101 0 1001110 1100 1 100110101 1100001 111100

Color Harmonies of #FC37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37DD

Black with #FC37DD

Text Example


Text Example

White with #FC37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37DD; }

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

 H1.HeaderClassName
 {
   color: #FC37DD;
 }
 .AnyTagClassName
 {
   color: #FC37DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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