Html Css Color HEX #F821EB Magenta

📋 copy color: '#F821EB'

red 248 ◦ green 33 ◦ blue 235

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

Shades of Magenta #F821EB

Tints of Magenta #F821EB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.4%

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

R = 48.06%
G = 6.4%
B = 45.54%

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

#F821EB (or 0xF821EB) is known color: Magenta. HEX triplet: F8, 21 and EB. RGB value is (248,33,235). Sum of RGB (Red+Green+Blue) = 248+33+235=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 33 (13.28% from 255 or 6.40% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F821EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F821EB is #07DE14. Grayscale: #777777. Windows color (decimal): -515605 or 15409656. OLE color: 15409656.

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

Color convert

RGB 248 33 235 -
CMYK 0 0.87 0.05 0.03
HSL 303.63º 0.94% 0.55% -
HSV(B) 303.63º 0.87% 0.97% -
XYZ 54.25 27.04 80.96 -
YUV 120.31 192.73 219.07 -
System Red Green Blue C M Y K H S L
Decimal 248 33 235 0 0.87 0.05 0.03 303.63 0.94 0.55
Hex F8 21 EB 0 57 5 3 130 5E 37
Octal 370 41 353 0 127 5 3 460 136 67
Binary 11111000 100001 11101011 0 1010111 101 11 100110000 1011110 110111

Color Harmonies of #F821EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F821EB

Black with #F821EB

Text Example


Text Example

White with #F821EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F821EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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