Html Css Color HEX #FE49C7 Razzle Dazzle Rose

📋 copy color: '#FE49C7'

red 254 ◦ green 73 ◦ blue 199

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

Shades of Razzle Dazzle Rose #FE49C7

Tints of Razzle Dazzle Rose #FE49C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.83%

R = 48.29%
G = 13.88%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE49C7 (or 0xFE49C7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and C7. RGB value is (254,73,199). Sum of RGB (Red+Green+Blue) = 254+73+199=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49C7 is #01B638. Grayscale: #8D8D8D. Windows color (decimal): -112185 or 13060606. OLE color: 13060606.

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

Color convert

RGB 254 73 199 -
CMYK 0 0.71 0.22 0.00
HSL 318.23º 0.99% 0.64% -
HSV(B) 318.23º 0.71% 1% -
XYZ 53.56 29.96 56.99 -
YUV 141.48 160.47 208.25 -
System Red Green Blue C M Y K H S L
Decimal 254 73 199 0 0.71 0.22 0.00 318.23 0.99 0.64
Hex FE 49 C7 0 47 16 0 13E 63 40
Octal 376 111 307 0 107 26 0 476 143 100
Binary 11111110 1001001 11000111 0 1000111 10110 0 100111110 1100011 1000000

Color Harmonies of #FE49C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49C7

Black with #FE49C7

Text Example


Text Example

White with #FE49C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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