Html Css Color HEX #FC37D6 Razzle Dazzle Rose

📋 copy color: '#FC37D6'

red 252 ◦ green 55 ◦ blue 214

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

Shades of Razzle Dazzle Rose #FC37D6

Tints of Razzle Dazzle Rose #FC37D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.07%

R = 48.37%
G = 10.56%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC37D6 (or 0xFC37D6) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and D6. RGB value is (252,55,214). Sum of RGB (Red+Green+Blue) = 252+55+214=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 55 (21.88% from 255 or 10.56% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37D6 is #03C829. Grayscale: #838383. Windows color (decimal): -247850 or 14039036. OLE color: 14039036.

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

Color convert

RGB 252 55 214 -
CMYK 0 0.78 0.15 0.01
HSL 311.57º 0.97% 0.6% -
HSV(B) 311.57º 0.78% 0.99% -
XYZ 53.65 28.28 66.25 -
YUV 132.03 174.27 213.57 -
System Red Green Blue C M Y K H S L
Decimal 252 55 214 0 0.78 0.15 0.01 311.57 0.97 0.6
Hex FC 37 D6 0 4E F 1 138 61 3C
Octal 374 67 326 0 116 17 1 470 141 74
Binary 11111100 110111 11010110 0 1001110 1111 1 100111000 1100001 111100

Color Harmonies of #FC37D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37D6

Black with #FC37D6

Text Example


Text Example

White with #FC37D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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