Html Css Color HEX #F819F0 Magenta

📋 copy color: '#F819F0'

red 248 ◦ green 25 ◦ blue 240

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

Shades of Magenta #F819F0

Tints of Magenta #F819F0

RGB

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

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

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

R = 48.34%
G = 4.87%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F819F0 (or 0xF819F0) is known color: Magenta. HEX triplet: F8, 19 and F0. RGB value is (248,25,240). Sum of RGB (Red+Green+Blue) = 248+25+240=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 25 (10.16% from 255 or 4.87% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F819F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F819F0 is #07E60F. Grayscale: #737373. Windows color (decimal): -517648 or 15735288. OLE color: 15735288.

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

Color convert

RGB 248 25 240 -
CMYK 0 0.90 0.03 0.03
HSL 302.15º 0.94% 0.54% -
HSV(B) 302.15º 0.9% 0.97% -
XYZ 54.79 26.94 84.75 -
YUV 116.19 197.88 222.02 -
System Red Green Blue C M Y K H S L
Decimal 248 25 240 0 0.90 0.03 0.03 302.15 0.94 0.54
Hex F8 19 F0 0 5A 3 3 12E 5E 36
Octal 370 31 360 0 132 3 3 456 136 66
Binary 11111000 11001 11110000 0 1011010 11 11 100101110 1011110 110110

Color Harmonies of #F819F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F819F0

Black with #F819F0

Text Example


Text Example

White with #F819F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F819F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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