Html Css Color HEX #FE20D5 Razzle Dazzle Rose

📋 copy color: '#FE20D5'

red 254 ◦ green 32 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FE20D5

Tints of Razzle Dazzle Rose #FE20D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.69%

R = 50.9%
G = 6.41%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE20D5 (or 0xFE20D5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 20 and D5. RGB value is (254,32,213). Sum of RGB (Red+Green+Blue) = 254+32+213=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20D5 is #01DF2A. Grayscale: #767676. Windows color (decimal): -122667 or 13967614. OLE color: 13967614.

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

Color convert

RGB 254 32 213 -
CMYK 0 0.87 0.16 0.00
HSL 311.08º 0.99% 0.56% -
HSV(B) 311.08º 0.87% 1% -
XYZ 53.4 26.91 65.33 -
YUV 119.01 181.05 224.28 -
System Red Green Blue C M Y K H S L
Decimal 254 32 213 0 0.87 0.16 0.00 311.08 0.99 0.56
Hex FE 20 D5 0 57 10 0 137 63 38
Octal 376 40 325 0 127 20 0 467 143 70
Binary 11111110 100000 11010101 0 1010111 10000 0 100110111 1100011 111000

Color Harmonies of #FE20D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE20D5

Black with #FE20D5

Text Example


Text Example

White with #FE20D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE20D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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