Html Css Color HEX #F810F0 Magenta

📋 copy color: '#F810F0'

red 248 ◦ green 16 ◦ blue 240

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

Shades of Magenta #F810F0

Tints of Magenta #F810F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.62%

R = 49.21%
G = 3.17%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F810F0 (or 0xF810F0) is known color: Magenta. HEX triplet: F8, 10 and F0. RGB value is (248,16,240). Sum of RGB (Red+Green+Blue) = 248+16+240=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 16 (6.64% from 255 or 3.17% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F810F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F810F0 is #07EF0F. Grayscale: #6E6E6E. Windows color (decimal): -519952 or 15732984. OLE color: 15732984.

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

Color convert

RGB 248 16 240 -
CMYK 0 0.94 0.03 0.03
HSL 302.07º 0.94% 0.52% -
HSV(B) 302.07º 0.94% 0.97% -
XYZ 54.62 26.62 84.7 -
YUV 110.9 200.86 225.79 -
System Red Green Blue C M Y K H S L
Decimal 248 16 240 0 0.94 0.03 0.03 302.07 0.94 0.52
Hex F8 10 F0 0 5E 3 3 12E 5E 34
Octal 370 20 360 0 136 3 3 456 136 64
Binary 11111000 10000 11110000 0 1011110 11 11 100101110 1011110 110100

Color Harmonies of #F810F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810F0

Black with #F810F0

Text Example


Text Example

White with #F810F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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