Html Css Color HEX #F820F0 Magenta

📋 copy color: '#F820F0'

red 248 ◦ green 32 ◦ blue 240

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

Shades of Magenta #F820F0

Tints of Magenta #F820F0

RGB

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

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

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

R = 47.69%
G = 6.15%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F820F0 (or 0xF820F0) is known color: Magenta. HEX triplet: F8, 20 and F0. RGB value is (248,32,240). Sum of RGB (Red+Green+Blue) = 248+32+240=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 32 (12.89% from 255 or 6.15% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F820F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F820F0 is #07DF0F. Grayscale: #777777. Windows color (decimal): -515856 or 15737080. OLE color: 15737080.

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

Color convert

RGB 248 32 240 -
CMYK 0 0.87 0.03 0.03
HSL 302.22º 0.94% 0.55% -
HSV(B) 302.22º 0.87% 0.97% -
XYZ 54.96 27.28 84.81 -
YUV 120.3 195.56 219.09 -
System Red Green Blue C M Y K H S L
Decimal 248 32 240 0 0.87 0.03 0.03 302.22 0.94 0.55
Hex F8 20 F0 0 57 3 3 12E 5E 37
Octal 370 40 360 0 127 3 3 456 136 67
Binary 11111000 100000 11110000 0 1010111 11 11 100101110 1011110 110111

Color Harmonies of #F820F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F820F0

Black with #F820F0

Text Example


Text Example

White with #F820F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F820F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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