Html Css Color HEX #FE49D7 Razzle Dazzle Rose

📋 copy color: '#FE49D7'

red 254 ◦ green 73 ◦ blue 215

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

Shades of Razzle Dazzle Rose #FE49D7

Tints of Razzle Dazzle Rose #FE49D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.67%

R = 46.86%
G = 13.47%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE49D7 (or 0xFE49D7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and D7. RGB value is (254,73,215). Sum of RGB (Red+Green+Blue) = 254+73+215=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 73 (28.91% from 255 or 13.47% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49D7 is #01B628. Grayscale: #8E8E8E. Windows color (decimal): -112169 or 14109182. OLE color: 14109182.

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

Color convert

RGB 254 73 215 -
CMYK 0 0.71 0.15 0.00
HSL 312.93º 0.99% 0.64% -
HSV(B) 312.93º 0.71% 1% -
XYZ 55.52 30.74 67.3 -
YUV 143.31 168.47 206.95 -
System Red Green Blue C M Y K H S L
Decimal 254 73 215 0 0.71 0.15 0.00 312.93 0.99 0.64
Hex FE 49 D7 0 47 F 0 139 63 40
Octal 376 111 327 0 107 17 0 471 143 100
Binary 11111110 1001001 11010111 0 1000111 1111 0 100111001 1100011 1000000

Color Harmonies of #FE49D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49D7

Black with #FE49D7

Text Example


Text Example

White with #FE49D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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