Html Css Color HEX #FC33C5 Razzle Dazzle Rose

📋 copy color: '#FC33C5'

red 252 ◦ green 51 ◦ blue 197

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

Shades of Razzle Dazzle Rose #FC33C5

Tints of Razzle Dazzle Rose #FC33C5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.2%

 BLUE value IS 197 (77.34% from 255) = 39.4%

R = 50.4%
G = 10.2%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC33C5 (or 0xFC33C5) is known color: Razzle Dazzle Rose. HEX triplet: FC, 33 and C5. RGB value is (252,51,197). Sum of RGB (Red+Green+Blue) = 252+51+197=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 51 (20.31% from 255 or 10.2% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC33C5 is #03CC3A. Grayscale: #7F7F7F. Windows color (decimal): -248891 or 12923900. OLE color: 12923900.

HSL color Cylindrical-coordinate representation of color #FC33C5: hue angle of 316.42º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC33C5 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 51 197 -
CMYK 0 0.80 0.22 0.01
HSL 316.42º 0.97% 0.59% -
HSV(B) 316.42º 0.8% 0.99% -
XYZ 51.41 27.09 55.34 -
YUV 127.74 167.09 216.63 -
System Red Green Blue C M Y K H S L
Decimal 252 51 197 0 0.80 0.22 0.01 316.42 0.97 0.59
Hex FC 33 C5 0 50 16 1 13C 61 3B
Octal 374 63 305 0 120 26 1 474 141 73
Binary 11111100 110011 11000101 0 1010000 10110 1 100111100 1100001 111011

Color Harmonies of #FC33C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC33C5

Black with #FC33C5

Text Example


Text Example

White with #FC33C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC33C5; }

 p { color: rgb(252,51,197); }

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

background-color css

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

 a { background-color: rgb(252,51,197); }

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

border-color css

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

 span { border-color: rgb(252,51,197); }

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