Html Css Color HEX #F810E7 Magenta

📋 copy color: '#F810E7'

red 248 ◦ green 16 ◦ blue 231

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

Shades of Magenta #F810E7

Tints of Magenta #F810E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.67%

R = 50.1%
G = 3.23%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F810E7 (or 0xF810E7) is known color: Magenta. HEX triplet: F8, 10 and E7. RGB value is (248,16,231). Sum of RGB (Red+Green+Blue) = 248+16+231=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F810E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F810E7 is #07EF18. Grayscale: #6D6D6D. Windows color (decimal): -519961 or 15143160. OLE color: 15143160.

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

Color convert

RGB 248 16 231 -
CMYK 0 0.94 0.07 0.03
HSL 304.4º 0.94% 0.52% -
HSV(B) 304.4º 0.94% 0.97% -
XYZ 53.32 26.1 77.83 -
YUV 109.88 196.36 226.52 -
System Red Green Blue C M Y K H S L
Decimal 248 16 231 0 0.94 0.07 0.03 304.4 0.94 0.52
Hex F8 10 E7 0 5E 7 3 130 5E 34
Octal 370 20 347 0 136 7 3 460 136 64
Binary 11111000 10000 11100111 0 1011110 111 11 100110000 1011110 110100

Color Harmonies of #F810E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810E7

Black with #F810E7

Text Example


Text Example

White with #F810E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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