Html Css Color HEX #F816FA Magenta

📋 copy color: '#F816FA'

red 248 ◦ green 22 ◦ blue 250

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

Shades of Magenta #F816FA

Tints of Magenta #F816FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.23%

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

R = 47.69%
G = 4.23%
B = 48.08%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F816FA (or 0xF816FA) is known color: Magenta. HEX triplet: F8, 16 and FA. RGB value is (248,22,250). Sum of RGB (Red+Green+Blue) = 248+22+250=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 22 (8.98% from 255 or 4.23% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #F816FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F816FA is #07E905. Grayscale: #727272. Windows color (decimal): -518406 or 16389880. OLE color: 16389880.

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

Color convert

RGB 248 22 250 -
CMYK 0.01 0.91 0 0.02
HSL 299.47º 0.96% 0.53% -
HSV(B) 299.47º 0.91% 0.98% -
XYZ 56.25 27.43 92.77 -
YUV 115.57 203.87 222.46 -
System Red Green Blue C M Y K H S L
Decimal 248 22 250 0.01 0.91 0 0.02 299.47 0.96 0.53
Hex F8 16 FA 1 5B 0 2 12B 60 35
Octal 370 26 372 1 133 0 2 453 140 65
Binary 11111000 10110 11111010 1 1011011 0 10 100101011 1100000 110101

Color Harmonies of #F816FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F816FA

Black with #F816FA

Text Example


Text Example

White with #F816FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F816FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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