Html Css Color HEX #F010EF Magenta

📋 copy color: '#F010EF'

red 240 ◦ green 16 ◦ blue 239

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

Shades of Magenta #F010EF

Tints of Magenta #F010EF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.23%

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

R = 48.48%
G = 3.23%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F010EF (or 0xF010EF) is known color: Magenta. HEX triplet: F0, 10 and EF. RGB value is (240,16,239). Sum of RGB (Red+Green+Blue) = 240+16+239=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F010EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010EF is #0FEF10. Grayscale: #6B6B6B. Windows color (decimal): -1044241 or 15667440. OLE color: 15667440.

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

Color convert

RGB 240 16 239 -
CMYK 0 0.93 0.00 0.06
HSL 300.27º 0.88% 0.5% -
HSV(B) 300.27º 0.93% 0.94% -
XYZ 51.7 25.13 83.79 -
YUV 108.4 201.71 221.87 -
System Red Green Blue C M Y K H S L
Decimal 240 16 239 0 0.93 0.00 0.06 300.27 0.88 0.5
Hex F0 10 EF 0 5D 0 6 12C 58 32
Octal 360 20 357 0 135 0 6 454 130 62
Binary 11110000 10000 11101111 0 1011101 0 110 100101100 1011000 110010

Color Harmonies of #F010EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010EF

Black with #F010EF

Text Example


Text Example

White with #F010EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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