Html Css Color HEX #FE32E1 Razzle Dazzle Rose

📋 copy color: '#FE32E1'

red 254 ◦ green 50 ◦ blue 225

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

Shades of Razzle Dazzle Rose #FE32E1

Tints of Razzle Dazzle Rose #FE32E1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.45%

 BLUE value IS 225 (88.28% from 255) = 42.53%

R = 48.02%
G = 9.45%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE32E1 (or 0xFE32E1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 32 and E1. RGB value is (254,50,225). Sum of RGB (Red+Green+Blue) = 254+50+225=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 50 (19.92% from 255 or 9.45% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32E1 is #01CD1E. Grayscale: #828282. Windows color (decimal): -118047 or 14758654. OLE color: 14758654.

HSL color Cylindrical-coordinate representation of color #FE32E1: hue angle of 308.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE32E1 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 50 225 -
CMYK 0 0.80 0.11 0.00
HSL 308.53º 0.99% 0.6% -
HSV(B) 308.53º 0.8% 1% -
XYZ 55.6 28.79 73.86 -
YUV 130.95 181.09 215.77 -
System Red Green Blue C M Y K H S L
Decimal 254 50 225 0 0.80 0.11 0.00 308.53 0.99 0.6
Hex FE 32 E1 0 50 B 0 135 63 3C
Octal 376 62 341 0 120 13 0 465 143 74
Binary 11111110 110010 11100001 0 1010000 1011 0 100110101 1100011 111100

Color Harmonies of #FE32E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE32E1

Black with #FE32E1

Text Example


Text Example

White with #FE32E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE32E1; }

 p { color: rgb(254,50,225); }

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

background-color css

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

 a { background-color: rgb(254,50,225); }

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

border-color css

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

 span { border-color: rgb(254,50,225); }

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