Html Css Color HEX #FB21DB Razzle Dazzle Rose

📋 copy color: '#FB21DB'

red 251 ◦ green 33 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FB21DB

Tints of Razzle Dazzle Rose #FB21DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.56%

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

R = 49.9%
G = 6.56%
B = 43.54%

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

#FB21DB (or 0xFB21DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 21 and DB. RGB value is (251,33,219). Sum of RGB (Red+Green+Blue) = 251+33+219=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 33 (13.28% from 255 or 6.56% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB21DB is #04DE24. Grayscale: #767676. Windows color (decimal): -319013 or 14361083. OLE color: 14361083.

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

Color convert

RGB 251 33 219 -
CMYK 0 0.87 0.13 0.02
HSL 308.81º 0.96% 0.56% -
HSV(B) 308.81º 0.87% 0.98% -
XYZ 53.11 26.71 69.37 -
YUV 119.39 184.22 221.88 -
System Red Green Blue C M Y K H S L
Decimal 251 33 219 0 0.87 0.13 0.02 308.81 0.96 0.56
Hex FB 21 DB 0 57 D 2 135 60 38
Octal 373 41 333 0 127 15 2 465 140 70
Binary 11111011 100001 11011011 0 1010111 1101 10 100110101 1100000 111000

Color Harmonies of #FB21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB21DB

Black with #FB21DB

Text Example


Text Example

White with #FB21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB21DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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