Html Css Color HEX #FF06DA Hot Magenta

📋 copy color: '#FF06DA'

red 255 ◦ green 6 ◦ blue 218

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

Shades of Hot Magenta #FF06DA

Tints of Hot Magenta #FF06DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 53.24%
G = 1.25%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF06DA (or 0xFF06DA) is known color: Hot Magenta. HEX triplet: FF, 06 and DA. RGB value is (255,6,218). Sum of RGB (Red+Green+Blue) = 255+6+218=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 6 (2.73% from 255 or 1.25% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06DA is #00F925. Grayscale: #686868. Windows color (decimal): -63782 or 14288639. OLE color: 14288639.

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

Color convert

RGB 255 6 218 -
CMYK 0 0.98 0.15 0
HSL 308.92º 1% 0.51% -
HSV(B) 308.92º 0.98% 1% -
XYZ 53.96 26.45 68.59 -
YUV 104.62 191.99 235.26 -
System Red Green Blue C M Y K H S L
Decimal 255 6 218 0 0.98 0.15 0 308.92 1 0.51
Hex FF 6 DA 0 62 F 0 135 64 33
Octal 377 6 332 0 142 17 0 465 144 63
Binary 11111111 110 11011010 0 1100010 1111 0 100110101 1100100 110011

Color Harmonies of #FF06DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06DA

Black with #FF06DA

Text Example


Text Example

White with #FF06DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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