Html Css Color HEX #FB20DB Razzle Dazzle Rose

📋 copy color: '#FB20DB'

red 251 ◦ green 32 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FB20DB

Tints of Razzle Dazzle Rose #FB20DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.37%

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

R = 50%
G = 6.37%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB20DB (or 0xFB20DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 20 and DB. RGB value is (251,32,219). Sum of RGB (Red+Green+Blue) = 251+32+219=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB20DB is #04DF24. Grayscale: #767676. Windows color (decimal): -319269 or 14360827. OLE color: 14360827.

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

Color convert

RGB 251 32 219 -
CMYK 0 0.87 0.13 0.02
HSL 308.77º 0.96% 0.55% -
HSV(B) 308.77º 0.87% 0.98% -
XYZ 53.09 26.66 69.37 -
YUV 118.8 184.55 222.29 -
System Red Green Blue C M Y K H S L
Decimal 251 32 219 0 0.87 0.13 0.02 308.77 0.96 0.55
Hex FB 20 DB 0 57 D 2 135 60 37
Octal 373 40 333 0 127 15 2 465 140 67
Binary 11111011 100000 11011011 0 1010111 1101 10 100110101 1100000 110111

Color Harmonies of #FB20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB20DB

Black with #FB20DB

Text Example


Text Example

White with #FB20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB20DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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