Html Css Color HEX #FE49E5 Razzle Dazzle Rose

📋 copy color: '#FE49E5'

red 254 ◦ green 73 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FE49E5

Tints of Razzle Dazzle Rose #FE49E5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.13%

 BLUE value IS 229 (89.84% from 255) = 41.19%

R = 45.68%
G = 13.13%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE49E5 (or 0xFE49E5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and E5. RGB value is (254,73,229). Sum of RGB (Red+Green+Blue) = 254+73+229=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 73 (28.91% from 255 or 13.13% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49E5 is #01B61A. Grayscale: #909090. Windows color (decimal): -112155 or 15026686. OLE color: 15026686.

HSL color Cylindrical-coordinate representation of color #FE49E5: hue angle of 308.29º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE49E5 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 73 229 -
CMYK 0 0.71 0.10 0.00
HSL 308.29º 0.99% 0.64% -
HSV(B) 308.29º 0.71% 1% -
XYZ 57.4 31.49 77.18 -
YUV 144.9 175.47 205.82 -
System Red Green Blue C M Y K H S L
Decimal 254 73 229 0 0.71 0.10 0.00 308.29 0.99 0.64
Hex FE 49 E5 0 47 A 0 134 63 40
Octal 376 111 345 0 107 12 0 464 143 100
Binary 11111110 1001001 11100101 0 1000111 1010 0 100110100 1100011 1000000

Color Harmonies of #FE49E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49E5

Black with #FE49E5

Text Example


Text Example

White with #FE49E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49E5; }

 p { color: rgb(254,73,229); }

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

background-color css

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

 a { background-color: rgb(254,73,229); }

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

border-color css

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

 span { border-color: rgb(254,73,229); }

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