Html Css Color HEX #FC33CB Razzle Dazzle Rose

📋 copy color: '#FC33CB'

red 252 ◦ green 51 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FC33CB

Tints of Razzle Dazzle Rose #FC33CB

RGB

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

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

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

R = 49.8%
G = 10.08%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC33CB (or 0xFC33CB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 33 and CB. RGB value is (252,51,203). Sum of RGB (Red+Green+Blue) = 252+51+203=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 51 (20.31% from 255 or 10.08% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC33CB is #03CC34. Grayscale: #808080. Windows color (decimal): -248885 or 13317116. OLE color: 13317116.

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

Color convert

RGB 252 51 203 -
CMYK 0 0.80 0.19 0.01
HSL 314.63º 0.97% 0.59% -
HSV(B) 314.63º 0.8% 0.99% -
XYZ 52.11 27.37 59.04 -
YUV 128.43 170.09 216.14 -
System Red Green Blue C M Y K H S L
Decimal 252 51 203 0 0.80 0.19 0.01 314.63 0.97 0.59
Hex FC 33 CB 0 50 13 1 13B 61 3B
Octal 374 63 313 0 120 23 1 473 141 73
Binary 11111100 110011 11001011 0 1010000 10011 1 100111011 1100001 111011

Color Harmonies of #FC33CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC33CB

Black with #FC33CB

Text Example


Text Example

White with #FC33CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC33CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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