Html Css Color HEX #F008E2 Hot Magenta

📋 copy color: '#F008E2'

red 240 ◦ green 8 ◦ blue 226

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

Shades of Hot Magenta #F008E2

Tints of Hot Magenta #F008E2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.69%

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

R = 50.63%
G = 1.69%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F008E2 (or 0xF008E2) is known color: Hot Magenta. HEX triplet: F0, 08 and E2. RGB value is (240,8,226). Sum of RGB (Red+Green+Blue) = 240+8+226=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 8 (3.52% from 255 or 1.69% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F008E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008E2 is #0FF71D. Grayscale: #656565. Windows color (decimal): -1046302 or 14813424. OLE color: 14813424.

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

Color convert

RGB 240 8 226 -
CMYK 0 0.97 0.06 0.06
HSL 303.62º 0.94% 0.49% -
HSV(B) 303.62º 0.97% 0.94% -
XYZ 49.75 24.19 74 -
YUV 102.22 197.86 226.27 -
System Red Green Blue C M Y K H S L
Decimal 240 8 226 0 0.97 0.06 0.06 303.62 0.94 0.49
Hex F0 8 E2 0 61 6 6 130 5E 31
Octal 360 10 342 0 141 6 6 460 136 61
Binary 11110000 1000 11100010 0 1100001 110 110 100110000 1011110 110001

Color Harmonies of #F008E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008E2

Black with #F008E2

Text Example


Text Example

White with #F008E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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