Html Css Color HEX #FC33DB Razzle Dazzle Rose

📋 copy color: '#FC33DB'

red 252 ◦ green 51 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC33DB

Tints of Razzle Dazzle Rose #FC33DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 48.28%
G = 9.77%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC33DB (or 0xFC33DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 33 and DB. RGB value is (252,51,219). Sum of RGB (Red+Green+Blue) = 252+51+219=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 51 (20.31% from 255 or 9.77% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC33DB is #03CC24. Grayscale: #818181. Windows color (decimal): -248869 or 14365692. OLE color: 14365692.

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

Color convert

RGB 252 51 219 -
CMYK 0 0.80 0.13 0.01
HSL 309.85º 0.97% 0.59% -
HSV(B) 309.85º 0.8% 0.99% -
XYZ 54.11 28.18 69.6 -
YUV 130.25 178.09 214.84 -
System Red Green Blue C M Y K H S L
Decimal 252 51 219 0 0.80 0.13 0.01 309.85 0.97 0.59
Hex FC 33 DB 0 50 D 1 136 61 3B
Octal 374 63 333 0 120 15 1 466 141 73
Binary 11111100 110011 11011011 0 1010000 1101 1 100110110 1100001 111011

Color Harmonies of #FC33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC33DB

Black with #FC33DB

Text Example


Text Example

White with #FC33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC33DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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