Html Css Color HEX #FB33DB Razzle Dazzle Rose

📋 copy color: '#FB33DB'

red 251 ◦ green 51 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FB33DB

Tints of Razzle Dazzle Rose #FB33DB

RGB

 RED value IS 251 (98.44% from 255) = 48.18%

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

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

R = 48.18%
G = 9.79%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB33DB (or 0xFB33DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 33 and DB. RGB value is (251,51,219). Sum of RGB (Red+Green+Blue) = 251+51+219=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 51 (20.31% from 255 or 9.79% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB33DB is #04CC24. Grayscale: #818181. Windows color (decimal): -314405 or 14365691. OLE color: 14365691.

HSL color Cylindrical-coordinate representation of color #FB33DB: hue angle of 309.6º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB33DB is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 51 219 -
CMYK 0 0.80 0.13 0.02
HSL 309.6º 0.96% 0.59% -
HSV(B) 309.6º 0.8% 0.98% -
XYZ 53.75 27.99 69.59 -
YUV 129.95 178.26 214.34 -
System Red Green Blue C M Y K H S L
Decimal 251 51 219 0 0.80 0.13 0.02 309.6 0.96 0.59
Hex FB 33 DB 0 50 D 2 136 60 3B
Octal 373 63 333 0 120 15 2 466 140 73
Binary 11111011 110011 11011011 0 1010000 1101 10 100110110 1100000 111011

Color Harmonies of #FB33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB33DB

Black with #FB33DB

Text Example


Text Example

White with #FB33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB33DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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