Html Css Color HEX #FF49DB Razzle Dazzle Rose

📋 copy color: '#FF49DB'

red 255 ◦ green 73 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FF49DB

Tints of Razzle Dazzle Rose #FF49DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 46.62%
G = 13.35%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF49DB (or 0xFF49DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and DB. RGB value is (255,73,219). Sum of RGB (Red+Green+Blue) = 255+73+219=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 73 (28.91% from 255 or 13.35% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49DB is #00B624. Grayscale: #8F8F8F. Windows color (decimal): -46629 or 14371327. OLE color: 14371327.

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

Color convert

RGB 255 73 219 -
CMYK 0 0.71 0.14 0
HSL 311.87º 1% 0.64% -
HSV(B) 311.87º 0.71% 1% -
XYZ 56.41 31.14 70.06 -
YUV 144.06 170.3 207.13 -
System Red Green Blue C M Y K H S L
Decimal 255 73 219 0 0.71 0.14 0 311.87 1 0.64
Hex FF 49 DB 0 47 E 0 138 64 40
Octal 377 111 333 0 107 16 0 470 144 100
Binary 11111111 1001001 11011011 0 1000111 1110 0 100111000 1100100 1000000

Color Harmonies of #FF49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49DB

Black with #FF49DB

Text Example


Text Example

White with #FF49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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