Html Css Color HEX #F810FA Magenta

📋 copy color: '#F810FA'

red 248 ◦ green 16 ◦ blue 250

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

Shades of Magenta #F810FA

Tints of Magenta #F810FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 48.25%
G = 3.11%
B = 48.64%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F810FA (or 0xF810FA) is known color: Magenta. HEX triplet: F8, 10 and FA. RGB value is (248,16,250). Sum of RGB (Red+Green+Blue) = 248+16+250=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 16 (6.64% from 255 or 3.11% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #F810FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F810FA is #07EF05. Grayscale: #6F6F6F. Windows color (decimal): -519942 or 16388344. OLE color: 16388344.

HSL color Cylindrical-coordinate representation of color #F810FA: hue angle of 299.49º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F810FA is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 16 250 -
CMYK 0.01 0.94 0 0.02
HSL 299.49º 0.96% 0.52% -
HSV(B) 299.49º 0.94% 0.98% -
XYZ 56.15 27.23 92.74 -
YUV 112.04 205.86 224.97 -
System Red Green Blue C M Y K H S L
Decimal 248 16 250 0.01 0.94 0 0.02 299.49 0.96 0.52
Hex F8 10 FA 1 5E 0 2 12B 60 34
Octal 370 20 372 1 136 0 2 453 140 64
Binary 11111000 10000 11111010 1 1011110 0 10 100101011 1100000 110100

Color Harmonies of #F810FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810FA

Black with #F810FA

Text Example


Text Example

White with #F810FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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