Html Css Color HEX #F810ED Magenta

📋 copy color: '#F810ED'

red 248 ◦ green 16 ◦ blue 237

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

Shades of Magenta #F810ED

Tints of Magenta #F810ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 49.5%
G = 3.19%
B = 47.31%

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

#F810ED (or 0xF810ED) is known color: Magenta. HEX triplet: F8, 10 and ED. RGB value is (248,16,237). Sum of RGB (Red+Green+Blue) = 248+16+237=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 16 (6.64% from 255 or 3.19% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F810ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F810ED is #07EF12. Grayscale: #6D6D6D. Windows color (decimal): -519955 or 15536376. OLE color: 15536376.

HSL color Cylindrical-coordinate representation of color #F810ED: hue angle of 302.84º 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 #F810ED is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 16 237 -
CMYK 0 0.94 0.04 0.03
HSL 302.84º 0.94% 0.52% -
HSV(B) 302.84º 0.94% 0.97% -
XYZ 54.18 26.44 82.37 -
YUV 110.56 199.36 226.03 -
System Red Green Blue C M Y K H S L
Decimal 248 16 237 0 0.94 0.04 0.03 302.84 0.94 0.52
Hex F8 10 ED 0 5E 4 3 12F 5E 34
Octal 370 20 355 0 136 4 3 457 136 64
Binary 11111000 10000 11101101 0 1011110 100 11 100101111 1011110 110100

Color Harmonies of #F810ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810ED

Black with #F810ED

Text Example


Text Example

White with #F810ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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