Html Css Color HEX #FB29DB Razzle Dazzle Rose

📋 copy color: '#FB29DB'

red 251 ◦ green 41 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FB29DB

Tints of Razzle Dazzle Rose #FB29DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.02%

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

R = 49.12%
G = 8.02%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB29DB (or 0xFB29DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 29 and DB. RGB value is (251,41,219). Sum of RGB (Red+Green+Blue) = 251+41+219=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 41 (16.41% from 255 or 8.02% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB29DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB29DB is #04D624. Grayscale: #7B7B7B. Windows color (decimal): -316965 or 14363131. OLE color: 14363131.

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

Color convert

RGB 251 41 219 -
CMYK 0 0.84 0.13 0.02
HSL 309.14º 0.96% 0.57% -
HSV(B) 309.14º 0.84% 0.98% -
XYZ 53.36 27.21 69.46 -
YUV 124.08 181.57 218.53 -
System Red Green Blue C M Y K H S L
Decimal 251 41 219 0 0.84 0.13 0.02 309.14 0.96 0.57
Hex FB 29 DB 0 54 D 2 135 60 39
Octal 373 51 333 0 124 15 2 465 140 71
Binary 11111011 101001 11011011 0 1010100 1101 10 100110101 1100000 111001

Color Harmonies of #FB29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB29DB

Black with #FB29DB

Text Example


Text Example

White with #FB29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB29DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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