Html Css Color HEX #FC37C2 Razzle Dazzle Rose

📋 copy color: '#FC37C2'

red 252 ◦ green 55 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FC37C2

Tints of Razzle Dazzle Rose #FC37C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.72%

R = 50.3%
G = 10.98%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC37C2 (or 0xFC37C2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and C2. RGB value is (252,55,194). Sum of RGB (Red+Green+Blue) = 252+55+194=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37C2 is #03C83D. Grayscale: #818181. Windows color (decimal): -247870 or 12728316. OLE color: 12728316.

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

Color convert

RGB 252 55 194 -
CMYK 0 0.78 0.23 0.01
HSL 317.67º 0.97% 0.6% -
HSV(B) 317.67º 0.78% 0.99% -
XYZ 51.25 27.32 53.61 -
YUV 129.75 164.27 215.2 -
System Red Green Blue C M Y K H S L
Decimal 252 55 194 0 0.78 0.23 0.01 317.67 0.97 0.6
Hex FC 37 C2 0 4E 17 1 13E 61 3C
Octal 374 67 302 0 116 27 1 476 141 74
Binary 11111100 110111 11000010 0 1001110 10111 1 100111110 1100001 111100

Color Harmonies of #FC37C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37C2

Black with #FC37C2

Text Example


Text Example

White with #FC37C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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