Html Css Color HEX #FE20D6 Razzle Dazzle Rose

📋 copy color: '#FE20D6'

red 254 ◦ green 32 ◦ blue 214

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

Shades of Razzle Dazzle Rose #FE20D6

Tints of Razzle Dazzle Rose #FE20D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.8%

R = 50.8%
G = 6.4%
B = 42.8%

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

#FE20D6 (or 0xFE20D6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 20 and D6. RGB value is (254,32,214). Sum of RGB (Red+Green+Blue) = 254+32+214=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20D6 is #01DF29. Grayscale: #767676. Windows color (decimal): -122666 or 14033150. OLE color: 14033150.

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

Color convert

RGB 254 32 214 -
CMYK 0 0.87 0.16 0.00
HSL 310.81º 0.99% 0.56% -
HSV(B) 310.81º 0.87% 1% -
XYZ 53.53 26.96 66 -
YUV 119.13 181.55 224.2 -
System Red Green Blue C M Y K H S L
Decimal 254 32 214 0 0.87 0.16 0.00 310.81 0.99 0.56
Hex FE 20 D6 0 57 10 0 137 63 38
Octal 376 40 326 0 127 20 0 467 143 70
Binary 11111110 100000 11010110 0 1010111 10000 0 100110111 1100011 111000

Color Harmonies of #FE20D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE20D6

Black with #FE20D6

Text Example


Text Example

White with #FE20D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE20D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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