Html Css Color HEX #FF06D0 Hot Magenta

📋 copy color: '#FF06D0'

red 255 ◦ green 6 ◦ blue 208

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

Shades of Hot Magenta #FF06D0

Tints of Hot Magenta #FF06D0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.28%

 BLUE value IS 208 (81.64% from 255) = 44.35%

R = 54.37%
G = 1.28%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF06D0 (or 0xFF06D0) is known color: Hot Magenta. HEX triplet: FF, 06 and D0. RGB value is (255,6,208). Sum of RGB (Red+Green+Blue) = 255+6+208=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06D0 is #00F92F. Grayscale: #666666. Windows color (decimal): -63792 or 13633279. OLE color: 13633279.

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

Color convert

RGB 255 6 208 -
CMYK 0 0.98 0.18 0
HSL 311.33º 1% 0.51% -
HSV(B) 311.33º 0.98% 1% -
XYZ 52.69 25.94 61.91 -
YUV 103.48 186.99 236.07 -
System Red Green Blue C M Y K H S L
Decimal 255 6 208 0 0.98 0.18 0 311.33 1 0.51
Hex FF 6 D0 0 62 12 0 137 64 33
Octal 377 6 320 0 142 22 0 467 144 63
Binary 11111111 110 11010000 0 1100010 10010 0 100110111 1100100 110011

Color Harmonies of #FF06D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06D0

Black with #FF06D0

Text Example


Text Example

White with #FF06D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06D0; }

 p { color: rgb(255,6,208); }

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

background-color css

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

 a { background-color: rgb(255,6,208); }

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

border-color css

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

 span { border-color: rgb(255,6,208); }

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