Html Css Color HEX #FC37CB Razzle Dazzle Rose

📋 copy color: '#FC37CB'

red 252 ◦ green 55 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FC37CB

Tints of Razzle Dazzle Rose #FC37CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 49.41%
G = 10.78%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC37CB (or 0xFC37CB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and CB. RGB value is (252,55,203). Sum of RGB (Red+Green+Blue) = 252+55+203=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 55 (21.88% from 255 or 10.78% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37CB is #03C834. Grayscale: #828282. Windows color (decimal): -247861 or 13318140. OLE color: 13318140.

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

Color convert

RGB 252 55 203 -
CMYK 0 0.78 0.19 0.01
HSL 314.92º 0.97% 0.6% -
HSV(B) 314.92º 0.78% 0.99% -
XYZ 52.29 27.74 59.1 -
YUV 130.78 168.77 214.47 -
System Red Green Blue C M Y K H S L
Decimal 252 55 203 0 0.78 0.19 0.01 314.92 0.97 0.6
Hex FC 37 CB 0 4E 13 1 13B 61 3C
Octal 374 67 313 0 116 23 1 473 141 74
Binary 11111100 110111 11001011 0 1001110 10011 1 100111011 1100001 111100

Color Harmonies of #FC37CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37CB

Black with #FC37CB

Text Example


Text Example

White with #FC37CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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