Html Css Color HEX #FE20E7 Razzle Dazzle Rose

📋 copy color: '#FE20E7'

red 254 ◦ green 32 ◦ blue 231

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

Shades of Razzle Dazzle Rose #FE20E7

Tints of Razzle Dazzle Rose #FE20E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.68%

R = 49.13%
G = 6.19%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE20E7 (or 0xFE20E7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 20 and E7. RGB value is (254,32,231). Sum of RGB (Red+Green+Blue) = 254+32+231=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 32 (12.89% from 255 or 6.19% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE20E7 is #01DF18. Grayscale: #787878. Windows color (decimal): -122649 or 15147262. OLE color: 15147262.

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

Color convert

RGB 254 32 231 -
CMYK 0 0.87 0.09 0.00
HSL 306.22º 0.99% 0.56% -
HSV(B) 306.22º 0.87% 1% -
XYZ 55.81 27.87 78.04 -
YUV 121.06 190.05 222.82 -
System Red Green Blue C M Y K H S L
Decimal 254 32 231 0 0.87 0.09 0.00 306.22 0.99 0.56
Hex FE 20 E7 0 57 9 0 132 63 38
Octal 376 40 347 0 127 11 0 462 143 70
Binary 11111110 100000 11100111 0 1010111 1001 0 100110010 1100011 111000

Color Harmonies of #FE20E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE20E7

Black with #FE20E7

Text Example


Text Example

White with #FE20E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE20E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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