Html Css Color HEX #FD49E1 Razzle Dazzle Rose

📋 copy color: '#FD49E1'

red 253 ◦ green 73 ◦ blue 225

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

Shades of Razzle Dazzle Rose #FD49E1

Tints of Razzle Dazzle Rose #FD49E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.83%

R = 45.92%
G = 13.25%
B = 40.83%

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

#FD49E1 (or 0xFD49E1) is known color: Razzle Dazzle Rose. HEX triplet: FD, 49 and E1. RGB value is (253,73,225). Sum of RGB (Red+Green+Blue) = 253+73+225=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 73 (28.91% from 255 or 13.25% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD49E1 is #02B61E. Grayscale: #8F8F8F. Windows color (decimal): -177695 or 14764541. OLE color: 14764541.

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

Color convert

RGB 253 73 225 -
CMYK 0 0.71 0.11 0.01
HSL 309.33º 0.98% 0.64% -
HSV(B) 309.33º 0.71% 0.99% -
XYZ 56.48 31.08 74.26 -
YUV 144.15 173.63 205.64 -
System Red Green Blue C M Y K H S L
Decimal 253 73 225 0 0.71 0.11 0.01 309.33 0.98 0.64
Hex FD 49 E1 0 47 B 1 135 62 40
Octal 375 111 341 0 107 13 1 465 142 100
Binary 11111101 1001001 11100001 0 1000111 1011 1 100110101 1100010 1000000

Color Harmonies of #FD49E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD49E1

Black with #FD49E1

Text Example


Text Example

White with #FD49E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD49E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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