Html Css Color HEX #F810EE Magenta

📋 copy color: '#F810EE'

red 248 ◦ green 16 ◦ blue 238

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

Shades of Magenta #F810EE

Tints of Magenta #F810EE

RGB

 RED value IS 248 (97.27% from 255) = 49.4%

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

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 49.4%
G = 3.19%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F810EE (or 0xF810EE) is known color: Magenta. HEX triplet: F8, 10 and EE. RGB value is (248,16,238). Sum of RGB (Red+Green+Blue) = 248+16+238=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 16 (6.64% from 255 or 3.19% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F810EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F810EE is #07EF11. Grayscale: #6E6E6E. Windows color (decimal): -519954 or 15601912. OLE color: 15601912.

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

Color convert

RGB 248 16 238 -
CMYK 0 0.94 0.04 0.03
HSL 302.59º 0.94% 0.52% -
HSV(B) 302.59º 0.94% 0.97% -
XYZ 54.33 26.5 83.14 -
YUV 110.68 199.86 225.95 -
System Red Green Blue C M Y K H S L
Decimal 248 16 238 0 0.94 0.04 0.03 302.59 0.94 0.52
Hex F8 10 EE 0 5E 4 3 12F 5E 34
Octal 370 20 356 0 136 4 3 457 136 64
Binary 11111000 10000 11101110 0 1011110 100 11 100101111 1011110 110100

Color Harmonies of #F810EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810EE

Black with #F810EE

Text Example


Text Example

White with #F810EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810EE; }

 p { color: rgb(248,16,238); }

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

background-color css

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

 a { background-color: rgb(248,16,238); }

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

border-color css

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

 span { border-color: rgb(248,16,238); }

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