Html Css Color HEX #FE20D8 Razzle Dazzle Rose

📋 copy color: '#FE20D8'

red 254 ◦ green 32 ◦ blue 216

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

Shades of Razzle Dazzle Rose #FE20D8

Tints of Razzle Dazzle Rose #FE20D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.03%

R = 50.6%
G = 6.37%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE20D8 (or 0xFE20D8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 20 and D8. RGB value is (254,32,216). Sum of RGB (Red+Green+Blue) = 254+32+216=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20D8 is #01DF27. Grayscale: #767676. Windows color (decimal): -122664 or 14164222. OLE color: 14164222.

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

Color convert

RGB 254 32 216 -
CMYK 0 0.87 0.15 0.00
HSL 310.27º 0.99% 0.56% -
HSV(B) 310.27º 0.87% 1% -
XYZ 53.78 27.06 67.35 -
YUV 119.35 182.55 224.04 -
System Red Green Blue C M Y K H S L
Decimal 254 32 216 0 0.87 0.15 0.00 310.27 0.99 0.56
Hex FE 20 D8 0 57 F 0 136 63 38
Octal 376 40 330 0 127 17 0 466 143 70
Binary 11111110 100000 11011000 0 1010111 1111 0 100110110 1100011 111000

Color Harmonies of #FE20D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE20D8

Black with #FE20D8

Text Example


Text Example

White with #FE20D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE20D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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