Html Css Color HEX #F820FF Magenta

📋 copy color: '#F820FF'

red 248 ◦ green 32 ◦ blue 255

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

Shades of Magenta #F820FF

Tints of Magenta #F820FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 46.36%
G = 5.98%
B = 47.66%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F820FF (or 0xF820FF) is known color: Magenta. HEX triplet: F8, 20 and FF. RGB value is (248,32,255). Sum of RGB (Red+Green+Blue) = 248+32+255=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 32 (12.89% from 255 or 5.98% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #F820FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F820FF is #07DF00. Grayscale: #797979. Windows color (decimal): -515841 or 16720120. OLE color: 16720120.

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

Color convert

RGB 248 32 255 -
CMYK 0.03 0.87 0 0
HSL 298.12º 1% 0.56% -
HSV(B) 298.12º 0.87% 1% -
XYZ 57.28 28.21 97.03 -
YUV 122.01 203.06 217.87 -
System Red Green Blue C M Y K H S L
Decimal 248 32 255 0.03 0.87 0 0 298.12 1 0.56
Hex F8 20 FF 3 57 0 0 12A 64 38
Octal 370 40 377 3 127 0 0 452 144 70
Binary 11111000 100000 11111111 11 1010111 0 0 100101010 1100100 111000

Color Harmonies of #F820FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F820FF

Black with #F820FF

Text Example


Text Example

White with #F820FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F820FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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