Html Css Color HEX #FE20DC Razzle Dazzle Rose

📋 copy color: '#FE20DC'

red 254 ◦ green 32 ◦ blue 220

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

Shades of Razzle Dazzle Rose #FE20DC

Tints of Razzle Dazzle Rose #FE20DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 50.2%
G = 6.32%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE20DC (or 0xFE20DC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 20 and DC. RGB value is (254,32,220). Sum of RGB (Red+Green+Blue) = 254+32+220=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 32 (12.89% from 255 or 6.32% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20DC is #01DF23. Grayscale: #777777. Windows color (decimal): -122660 or 14426366. OLE color: 14426366.

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

Color convert

RGB 254 32 220 -
CMYK 0 0.87 0.13 0.00
HSL 309.19º 0.99% 0.56% -
HSV(B) 309.19º 0.87% 1% -
XYZ 54.31 27.27 70.11 -
YUV 119.81 184.55 223.71 -
System Red Green Blue C M Y K H S L
Decimal 254 32 220 0 0.87 0.13 0.00 309.19 0.99 0.56
Hex FE 20 DC 0 57 D 0 135 63 38
Octal 376 40 334 0 127 15 0 465 143 70
Binary 11111110 100000 11011100 0 1010111 1101 0 100110101 1100011 111000

Color Harmonies of #FE20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE20DC

Black with #FE20DC

Text Example


Text Example

White with #FE20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE20DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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