Html Css Color HEX #FE49DF Razzle Dazzle Rose

📋 copy color: '#FE49DF'

red 254 ◦ green 73 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FE49DF

Tints of Razzle Dazzle Rose #FE49DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 46.18%
G = 13.27%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE49DF (or 0xFE49DF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and DF. RGB value is (254,73,223). Sum of RGB (Red+Green+Blue) = 254+73+223=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 73 (28.91% from 255 or 13.27% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49DF is #01B620. Grayscale: #8F8F8F. Windows color (decimal): -112161 or 14633470. OLE color: 14633470.

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

Color convert

RGB 254 73 223 -
CMYK 0 0.71 0.12 0.00
HSL 310.28º 0.99% 0.64% -
HSV(B) 310.28º 0.71% 1% -
XYZ 56.57 31.16 72.85 -
YUV 144.22 172.47 206.3 -
System Red Green Blue C M Y K H S L
Decimal 254 73 223 0 0.71 0.12 0.00 310.28 0.99 0.64
Hex FE 49 DF 0 47 C 0 136 63 40
Octal 376 111 337 0 107 14 0 466 143 100
Binary 11111110 1001001 11011111 0 1000111 1100 0 100110110 1100011 1000000

Color Harmonies of #FE49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49DF

Black with #FE49DF

Text Example


Text Example

White with #FE49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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