Html Css Color HEX #F006DC Hot Magenta

📋 copy color: '#F006DC'

red 240 ◦ green 6 ◦ blue 220

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

Shades of Hot Magenta #F006DC

Tints of Hot Magenta #F006DC

RGB

 RED value IS 240 (94.14% from 255) = 51.5%

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 51.5%
G = 1.29%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F006DC (or 0xF006DC) is known color: Hot Magenta. HEX triplet: F0, 06 and DC. RGB value is (240,6,220). Sum of RGB (Red+Green+Blue) = 240+6+220=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F006DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006DC is #0FF923. Grayscale: #636363. Windows color (decimal): -1046820 or 14419696. OLE color: 14419696.

HSL color Cylindrical-coordinate representation of color #F006DC: hue angle of 305.13º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F006DC is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 220 -
CMYK 0 0.98 0.08 0.06
HSL 305.13º 0.95% 0.48% -
HSV(B) 305.13º 0.98% 0.94% -
XYZ 48.92 23.82 69.73 -
YUV 100.36 195.52 227.6 -
System Red Green Blue C M Y K H S L
Decimal 240 6 220 0 0.98 0.08 0.06 305.13 0.95 0.48
Hex F0 6 DC 0 62 8 6 131 5F 30
Octal 360 6 334 0 142 10 6 461 137 60
Binary 11110000 110 11011100 0 1100010 1000 110 100110001 1011111 110000

Color Harmonies of #F006DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006DC

Black with #F006DC

Text Example


Text Example

White with #F006DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006DC; }

 p { color: rgb(240,6,220); }

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

background-color css

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

 a { background-color: rgb(240,6,220); }

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

border-color css

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

 span { border-color: rgb(240,6,220); }

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