Html Css Color HEX #FC37D3 Razzle Dazzle Rose

📋 copy color: '#FC37D3'

red 252 ◦ green 55 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FC37D3

Tints of Razzle Dazzle Rose #FC37D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.73%

R = 48.65%
G = 10.62%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC37D3 (or 0xFC37D3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and D3. RGB value is (252,55,211). Sum of RGB (Red+Green+Blue) = 252+55+211=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37D3 is #03C82C. Grayscale: #838383. Windows color (decimal): -247853 or 13842428. OLE color: 13842428.

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

Color convert

RGB 252 55 211 -
CMYK 0 0.78 0.16 0.01
HSL 312.49º 0.97% 0.6% -
HSV(B) 312.49º 0.78% 0.99% -
XYZ 53.27 28.13 64.25 -
YUV 131.69 172.77 213.82 -
System Red Green Blue C M Y K H S L
Decimal 252 55 211 0 0.78 0.16 0.01 312.49 0.97 0.6
Hex FC 37 D3 0 4E 10 1 138 61 3C
Octal 374 67 323 0 116 20 1 470 141 74
Binary 11111100 110111 11010011 0 1001110 10000 1 100111000 1100001 111100

Color Harmonies of #FC37D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37D3

Black with #FC37D3

Text Example


Text Example

White with #FC37D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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