Html Css Color HEX #F820FE Magenta

📋 copy color: '#F820FE'

red 248 ◦ green 32 ◦ blue 254

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

Shades of Magenta #F820FE

Tints of Magenta #F820FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 5.99%

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

R = 46.44%
G = 5.99%
B = 47.57%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F820FE (or 0xF820FE) is known color: Magenta. HEX triplet: F8, 20 and FE. RGB value is (248,32,254). Sum of RGB (Red+Green+Blue) = 248+32+254=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 32 (12.89% from 255 or 5.99% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #F820FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F820FE is #07DF01. Grayscale: #797979. Windows color (decimal): -515842 or 16654584. OLE color: 16654584.

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

Color convert

RGB 248 32 254 -
CMYK 0.02 0.87 0 0.00
HSL 298.38º 0.99% 0.56% -
HSV(B) 298.38º 0.87% 1% -
XYZ 57.12 28.15 96.19 -
YUV 121.89 202.56 217.95 -
System Red Green Blue C M Y K H S L
Decimal 248 32 254 0.02 0.87 0 0.00 298.38 0.99 0.56
Hex F8 20 FE 2 57 0 0 12A 63 38
Octal 370 40 376 2 127 0 0 452 143 70
Binary 11111000 100000 11111110 10 1010111 0 0 100101010 1100011 111000

Color Harmonies of #F820FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F820FE

Black with #F820FE

Text Example


Text Example

White with #F820FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F820FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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