Html Css Color HEX #F819FC Magenta

📋 copy color: '#F819FC'

red 248 ◦ green 25 ◦ blue 252

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

Shades of Magenta #F819FC

Tints of Magenta #F819FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 47.24%
G = 4.76%
B = 48%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F819FC (or 0xF819FC) is known color: Magenta. HEX triplet: F8, 19 and FC. RGB value is (248,25,252). Sum of RGB (Red+Green+Blue) = 248+25+252=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 25 (10.16% from 255 or 4.76% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #F819FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F819FC is #07E603. Grayscale: #747474. Windows color (decimal): -517636 or 16521720. OLE color: 16521720.

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

Color convert

RGB 248 25 252 -
CMYK 0.02 0.90 0 0.01
HSL 298.94º 0.97% 0.54% -
HSV(B) 298.94º 0.9% 0.99% -
XYZ 56.63 27.68 94.45 -
YUV 117.56 203.88 221.04 -
System Red Green Blue C M Y K H S L
Decimal 248 25 252 0.02 0.90 0 0.01 298.94 0.97 0.54
Hex F8 19 FC 2 5A 0 1 12B 61 36
Octal 370 31 374 2 132 0 1 453 141 66
Binary 11111000 11001 11111100 10 1011010 0 1 100101011 1100001 110110

Color Harmonies of #F819FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F819FC

Black with #F819FC

Text Example


Text Example

White with #F819FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F819FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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