Html Css Color HEX #F008EF Magenta

📋 copy color: '#F008EF'

red 240 ◦ green 8 ◦ blue 239

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

Shades of Magenta #F008EF

Tints of Magenta #F008EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 49.28%
G = 1.64%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F008EF (or 0xF008EF) is known color: Magenta. HEX triplet: F0, 08 and EF. RGB value is (240,8,239). Sum of RGB (Red+Green+Blue) = 240+8+239=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 8 (3.52% from 255 or 1.64% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F008EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F008EF is #0FF710. Grayscale: #676767. Windows color (decimal): -1046289 or 15665392. OLE color: 15665392.

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

Color convert

RGB 240 8 239 -
CMYK 0 0.97 0.00 0.06
HSL 300.26º 0.94% 0.49% -
HSV(B) 300.26º 0.97% 0.94% -
XYZ 51.6 24.93 83.75 -
YUV 103.7 204.36 225.22 -
System Red Green Blue C M Y K H S L
Decimal 240 8 239 0 0.97 0.00 0.06 300.26 0.94 0.49
Hex F0 8 EF 0 61 0 6 12C 5E 31
Octal 360 10 357 0 141 0 6 454 136 61
Binary 11110000 1000 11101111 0 1100001 0 110 100101100 1011110 110001

Color Harmonies of #F008EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008EF

Black with #F008EF

Text Example


Text Example

White with #F008EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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