Html Css Color HEX #FE20DB Razzle Dazzle Rose

📋 copy color: '#FE20DB'

red 254 ◦ green 32 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE20DB

Tints of Razzle Dazzle Rose #FE20DB

RGB

 RED value IS 254 (99.61% from 255) = 50.3%

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

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

R = 50.3%
G = 6.34%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE20DB (or 0xFE20DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 20 and DB. RGB value is (254,32,219). Sum of RGB (Red+Green+Blue) = 254+32+219=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 32 (12.89% from 255 or 6.34% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20DB is #01DF24. Grayscale: #777777. Windows color (decimal): -122661 or 14360830. OLE color: 14360830.

HSL color Cylindrical-coordinate representation of color #FE20DB: hue angle of 309.46º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE20DB is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 32 219 -
CMYK 0 0.87 0.14 0.00
HSL 309.46º 0.99% 0.56% -
HSV(B) 309.46º 0.87% 1% -
XYZ 54.18 27.22 69.42 -
YUV 119.7 184.05 223.79 -
System Red Green Blue C M Y K H S L
Decimal 254 32 219 0 0.87 0.14 0.00 309.46 0.99 0.56
Hex FE 20 DB 0 57 E 0 135 63 38
Octal 376 40 333 0 127 16 0 465 143 70
Binary 11111110 100000 11011011 0 1010111 1110 0 100110101 1100011 111000

Color Harmonies of #FE20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE20DB

Black with #FE20DB

Text Example


Text Example

White with #FE20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE20DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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