Html Css Color HEX #F819FE Magenta

📋 copy color: '#F819FE'

red 248 ◦ green 25 ◦ blue 254

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

Shades of Magenta #F819FE

Tints of Magenta #F819FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 47.06%
G = 4.74%
B = 48.2%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F819FE (or 0xF819FE) is known color: Magenta. HEX triplet: F8, 19 and FE. RGB value is (248,25,254). Sum of RGB (Red+Green+Blue) = 248+25+254=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 25 (10.16% from 255 or 4.74% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #F819FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F819FE is #07E601. Grayscale: #757575. Windows color (decimal): -517634 or 16652792. OLE color: 16652792.

HSL color Cylindrical-coordinate representation of color #F819FE: hue angle of 298.43º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F819FE is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 25 254 -
CMYK 0.02 0.90 0 0.00
HSL 298.43º 0.99% 0.55% -
HSV(B) 298.43º 0.9% 1% -
XYZ 56.95 27.81 96.13 -
YUV 117.78 204.88 220.88 -
System Red Green Blue C M Y K H S L
Decimal 248 25 254 0.02 0.90 0 0.00 298.43 0.99 0.55
Hex F8 19 FE 2 5A 0 0 12A 63 37
Octal 370 31 376 2 132 0 0 452 143 67
Binary 11111000 11001 11111110 10 1011010 0 0 100101010 1100011 110111

Color Harmonies of #F819FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F819FE

Black with #F819FE

Text Example


Text Example

White with #F819FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F819FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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