Html Css Color HEX #FF49E6 Razzle Dazzle Rose

📋 copy color: '#FF49E6'

red 255 ◦ green 73 ◦ blue 230

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

Shades of Razzle Dazzle Rose #FF49E6

Tints of Razzle Dazzle Rose #FF49E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 45.7%
G = 13.08%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF49E6 (or 0xFF49E6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and E6. RGB value is (255,73,230). Sum of RGB (Red+Green+Blue) = 255+73+230=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 73 (28.91% from 255 or 13.08% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49E6 is #00B619. Grayscale: #909090. Windows color (decimal): -46618 or 15092223. OLE color: 15092223.

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

Color convert

RGB 255 73 230 -
CMYK 0 0.71 0.10 0
HSL 308.24º 1% 0.64% -
HSV(B) 308.24º 0.71% 1% -
XYZ 57.91 31.74 77.94 -
YUV 145.32 175.8 206.23 -
System Red Green Blue C M Y K H S L
Decimal 255 73 230 0 0.71 0.10 0 308.24 1 0.64
Hex FF 49 E6 0 47 A 0 134 64 40
Octal 377 111 346 0 107 12 0 464 144 100
Binary 11111111 1001001 11100110 0 1000111 1010 0 100110100 1100100 1000000

Color Harmonies of #FF49E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49E6

Black with #FF49E6

Text Example


Text Example

White with #FF49E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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