Html Css Color HEX #F006E2 Hot Magenta

📋 copy color: '#F006E2'

red 240 ◦ green 6 ◦ blue 226

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

Shades of Hot Magenta #F006E2

Tints of Hot Magenta #F006E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.88%

R = 50.85%
G = 1.27%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F006E2 (or 0xF006E2) is known color: Hot Magenta. HEX triplet: F0, 06 and E2. RGB value is (240,6,226). Sum of RGB (Red+Green+Blue) = 240+6+226=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F006E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006E2 is #0FF91D. Grayscale: #646464. Windows color (decimal): -1046814 or 14812912. OLE color: 14812912.

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

Color convert

RGB 240 6 226 -
CMYK 0 0.98 0.06 0.06
HSL 303.59º 0.95% 0.48% -
HSV(B) 303.59º 0.98% 0.94% -
XYZ 49.73 24.15 73.99 -
YUV 101.05 198.52 227.11 -
System Red Green Blue C M Y K H S L
Decimal 240 6 226 0 0.98 0.06 0.06 303.59 0.95 0.48
Hex F0 6 E2 0 62 6 6 130 5F 30
Octal 360 6 342 0 142 6 6 460 137 60
Binary 11110000 110 11100010 0 1100010 110 110 100110000 1011111 110000

Color Harmonies of #F006E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006E2

Black with #F006E2

Text Example


Text Example

White with #F006E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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