Html Css Color HEX #FC37BD Razzle Dazzle Rose

📋 copy color: '#FC37BD'

red 252 ◦ green 55 ◦ blue 189

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

Shades of Razzle Dazzle Rose #FC37BD

Tints of Razzle Dazzle Rose #FC37BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.1%

R = 50.81%
G = 11.09%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC37BD (or 0xFC37BD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and BD. RGB value is (252,55,189). Sum of RGB (Red+Green+Blue) = 252+55+189=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37BD is #03C842. Grayscale: #808080. Windows color (decimal): -247875 or 12400636. OLE color: 12400636.

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

Color convert

RGB 252 55 189 -
CMYK 0 0.78 0.25 0.01
HSL 319.19º 0.97% 0.6% -
HSV(B) 319.19º 0.78% 0.99% -
XYZ 50.7 27.1 50.7 -
YUV 129.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 252 55 189 0 0.78 0.25 0.01 319.19 0.97 0.6
Hex FC 37 BD 0 4E 19 1 13F 61 3C
Octal 374 67 275 0 116 31 1 477 141 74
Binary 11111100 110111 10111101 0 1001110 11001 1 100111111 1100001 111100

Color Harmonies of #FC37BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37BD

Black with #FC37BD

Text Example


Text Example

White with #FC37BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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