Html Css Color HEX #FD49E0 Razzle Dazzle Rose

📋 copy color: '#FD49E0'

red 253 ◦ green 73 ◦ blue 224

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

Shades of Razzle Dazzle Rose #FD49E0

Tints of Razzle Dazzle Rose #FD49E0

RGB

 RED value IS 253 (99.22% from 255) = 46%

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

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 46%
G = 13.27%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD49E0 (or 0xFD49E0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 49 and E0. RGB value is (253,73,224). Sum of RGB (Red+Green+Blue) = 253+73+224=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 73 (28.91% from 255 or 13.27% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD49E0 is #02B61F. Grayscale: #8F8F8F. Windows color (decimal): -177696 or 14699005. OLE color: 14699005.

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

Color convert

RGB 253 73 224 -
CMYK 0 0.71 0.11 0.01
HSL 309.67º 0.98% 0.64% -
HSV(B) 309.67º 0.71% 0.99% -
XYZ 56.35 31.03 73.54 -
YUV 144.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 253 73 224 0 0.71 0.11 0.01 309.67 0.98 0.64
Hex FD 49 E0 0 47 B 1 136 62 40
Octal 375 111 340 0 107 13 1 466 142 100
Binary 11111101 1001001 11100000 0 1000111 1011 1 100110110 1100010 1000000

Color Harmonies of #FD49E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD49E0

Black with #FD49E0

Text Example


Text Example

White with #FD49E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD49E0; }

 p { color: rgb(253,73,224); }

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

background-color css

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

 a { background-color: rgb(253,73,224); }

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

border-color css

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

 span { border-color: rgb(253,73,224); }

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