Html Css Color HEX #F820EB Magenta

📋 copy color: '#F820EB'

red 248 ◦ green 32 ◦ blue 235

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

Shades of Magenta #F820EB

Tints of Magenta #F820EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.63%

R = 48.16%
G = 6.21%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F820EB (or 0xF820EB) is known color: Magenta. HEX triplet: F8, 20 and EB. RGB value is (248,32,235). Sum of RGB (Red+Green+Blue) = 248+32+235=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 32 (12.89% from 255 or 6.21% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F820EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F820EB is #07DF14. Grayscale: #777777. Windows color (decimal): -515861 or 15409400. OLE color: 15409400.

HSL color Cylindrical-coordinate representation of color #F820EB: hue angle of 303.61º 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 #F820EB is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 32 235 -
CMYK 0 0.87 0.05 0.03
HSL 303.61º 0.94% 0.55% -
HSV(B) 303.61º 0.87% 0.97% -
XYZ 54.22 26.99 80.95 -
YUV 119.73 193.06 219.49 -
System Red Green Blue C M Y K H S L
Decimal 248 32 235 0 0.87 0.05 0.03 303.61 0.94 0.55
Hex F8 20 EB 0 57 5 3 130 5E 37
Octal 370 40 353 0 127 5 3 460 136 67
Binary 11111000 100000 11101011 0 1010111 101 11 100110000 1011110 110111

Color Harmonies of #F820EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F820EB

Black with #F820EB

Text Example


Text Example

White with #F820EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F820EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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