Html Css Color HEX #F819EF Magenta

📋 copy color: '#F819EF'

red 248 ◦ green 25 ◦ blue 239

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

Shades of Magenta #F819EF

Tints of Magenta #F819EF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.88%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 48.44%
G = 4.88%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F819EF (or 0xF819EF) is known color: Magenta. HEX triplet: F8, 19 and EF. RGB value is (248,25,239). Sum of RGB (Red+Green+Blue) = 248+25+239=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 25 (10.16% from 255 or 4.88% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F819EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F819EF is #07E610. Grayscale: #737373. Windows color (decimal): -517649 or 15669752. OLE color: 15669752.

HSL color Cylindrical-coordinate representation of color #F819EF: hue angle of 302.42º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F819EF is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 25 239 -
CMYK 0 0.90 0.04 0.03
HSL 302.42º 0.94% 0.54% -
HSV(B) 302.42º 0.9% 0.97% -
XYZ 54.64 26.88 83.97 -
YUV 116.07 197.38 222.1 -
System Red Green Blue C M Y K H S L
Decimal 248 25 239 0 0.90 0.04 0.03 302.42 0.94 0.54
Hex F8 19 EF 0 5A 4 3 12E 5E 36
Octal 370 31 357 0 132 4 3 456 136 66
Binary 11111000 11001 11101111 0 1011010 100 11 100101110 1011110 110110

Color Harmonies of #F819EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F819EF

Black with #F819EF

Text Example


Text Example

White with #F819EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F819EF; }

 p { color: rgb(248,25,239); }

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

background-color css

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

 a { background-color: rgb(248,25,239); }

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

border-color css

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

 span { border-color: rgb(248,25,239); }

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