Html Css Color HEX #FB40DB Razzle Dazzle Rose

📋 copy color: '#FB40DB'

red 251 ◦ green 64 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FB40DB

Tints of Razzle Dazzle Rose #FB40DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.99%

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

R = 47%
G = 11.99%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB40DB (or 0xFB40DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 40 and DB. RGB value is (251,64,219). Sum of RGB (Red+Green+Blue) = 251+64+219=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 64 (25.39% from 255 or 11.99% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB40DB is #04BF24. Grayscale: #898989. Windows color (decimal): -311077 or 14369019. OLE color: 14369019.

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

Color convert

RGB 251 64 219 -
CMYK 0 0.75 0.13 0.02
HSL 310.27º 0.96% 0.62% -
HSV(B) 310.27º 0.75% 0.98% -
XYZ 54.4 29.29 69.8 -
YUV 137.58 173.95 208.9 -
System Red Green Blue C M Y K H S L
Decimal 251 64 219 0 0.75 0.13 0.02 310.27 0.96 0.62
Hex FB 40 DB 0 4B D 2 136 60 3E
Octal 373 100 333 0 113 15 2 466 140 76
Binary 11111011 1000000 11011011 0 1001011 1101 10 100110110 1100000 111110

Color Harmonies of #FB40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB40DB

Black with #FB40DB

Text Example


Text Example

White with #FB40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB40DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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