Html Css Color HEX #FF49D9 Razzle Dazzle Rose

📋 copy color: '#FF49D9'

red 255 ◦ green 73 ◦ blue 217

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

Shades of Razzle Dazzle Rose #FF49D9

Tints of Razzle Dazzle Rose #FF49D9

RGB

 RED value IS 255 (100% from 255) = 46.79%

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

 BLUE value IS 217 (85.16% from 255) = 39.82%

R = 46.79%
G = 13.39%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF49D9 (or 0xFF49D9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and D9. RGB value is (255,73,217). Sum of RGB (Red+Green+Blue) = 255+73+217=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49D9 is #00B626. Grayscale: #8F8F8F. Windows color (decimal): -46631 or 14240255. OLE color: 14240255.

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

Color convert

RGB 255 73 217 -
CMYK 0 0.71 0.15 0
HSL 312.53º 1% 0.64% -
HSV(B) 312.53º 0.71% 1% -
XYZ 56.15 31.03 68.68 -
YUV 143.83 169.3 207.29 -
System Red Green Blue C M Y K H S L
Decimal 255 73 217 0 0.71 0.15 0 312.53 1 0.64
Hex FF 49 D9 0 47 F 0 139 64 40
Octal 377 111 331 0 107 17 0 471 144 100
Binary 11111111 1001001 11011001 0 1000111 1111 0 100111001 1100100 1000000

Color Harmonies of #FF49D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49D9

Black with #FF49D9

Text Example


Text Example

White with #FF49D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49D9; }

 p { color: rgb(255,73,217); }

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

background-color css

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

 a { background-color: rgb(255,73,217); }

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

border-color css

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

 span { border-color: rgb(255,73,217); }

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