Html Css Color HEX #FE49DD Razzle Dazzle Rose

📋 copy color: '#FE49DD'

red 254 ◦ green 73 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FE49DD

Tints of Razzle Dazzle Rose #FE49DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 46.35%
G = 13.32%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE49DD (or 0xFE49DD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and DD. RGB value is (254,73,221). Sum of RGB (Red+Green+Blue) = 254+73+221=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 73 (28.91% from 255 or 13.32% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49DD is #01B622. Grayscale: #8F8F8F. Windows color (decimal): -112163 or 14502398. OLE color: 14502398.

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

Color convert

RGB 254 73 221 -
CMYK 0 0.71 0.13 0.00
HSL 310.94º 0.99% 0.64% -
HSV(B) 310.94º 0.71% 1% -
XYZ 56.31 31.06 71.43 -
YUV 143.99 171.47 206.47 -
System Red Green Blue C M Y K H S L
Decimal 254 73 221 0 0.71 0.13 0.00 310.94 0.99 0.64
Hex FE 49 DD 0 47 D 0 137 63 40
Octal 376 111 335 0 107 15 0 467 143 100
Binary 11111110 1001001 11011101 0 1000111 1101 0 100110111 1100011 1000000

Color Harmonies of #FE49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49DD

Black with #FE49DD

Text Example


Text Example

White with #FE49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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