Html Css Color HEX #FB31DB Razzle Dazzle Rose

📋 copy color: '#FB31DB'

red 251 ◦ green 49 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FB31DB

Tints of Razzle Dazzle Rose #FB31DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.44%

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

R = 48.36%
G = 9.44%
B = 42.2%

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

#FB31DB (or 0xFB31DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 31 and DB. RGB value is (251,49,219). Sum of RGB (Red+Green+Blue) = 251+49+219=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 49 (19.53% from 255 or 9.44% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB31DB is #04CE24. Grayscale: #808080. Windows color (decimal): -314917 or 14365179. OLE color: 14365179.

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

Color convert

RGB 251 49 219 -
CMYK 0 0.80 0.13 0.02
HSL 309.5º 0.96% 0.59% -
HSV(B) 309.5º 0.8% 0.98% -
XYZ 53.67 27.82 69.56 -
YUV 128.78 178.92 215.18 -
System Red Green Blue C M Y K H S L
Decimal 251 49 219 0 0.80 0.13 0.02 309.5 0.96 0.59
Hex FB 31 DB 0 50 D 2 136 60 3B
Octal 373 61 333 0 120 15 2 466 140 73
Binary 11111011 110001 11011011 0 1010000 1101 10 100110110 1100000 111011

Color Harmonies of #FB31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB31DB

Black with #FB31DB

Text Example


Text Example

White with #FB31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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