Html Css Color HEX #F82AFF Magenta

📋 copy color: '#F82AFF'

red 248 ◦ green 42 ◦ blue 255

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

Shades of Magenta #F82AFF

Tints of Magenta #F82AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.71%

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

R = 45.5%
G = 7.71%
B = 46.79%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F82AFF (or 0xF82AFF) is known color: Magenta. HEX triplet: F8, 2A and FF. RGB value is (248,42,255). Sum of RGB (Red+Green+Blue) = 248+42+255=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 42 (16.80% from 255 or 7.71% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #F82AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F82AFF is #07D500. Grayscale: #7F7F7F. Windows color (decimal): -513281 or 16722680. OLE color: 16722680.

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

Color convert

RGB 248 42 255 -
CMYK 0.03 0.84 0 0
HSL 298.03º 1% 0.58% -
HSV(B) 298.03º 0.84% 1% -
XYZ 57.59 28.83 97.14 -
YUV 127.88 199.75 213.68 -
System Red Green Blue C M Y K H S L
Decimal 248 42 255 0.03 0.84 0 0 298.03 1 0.58
Hex F8 2A FF 3 54 0 0 12A 64 3A
Octal 370 52 377 3 124 0 0 452 144 72
Binary 11111000 101010 11111111 11 1010100 0 0 100101010 1100100 111010

Color Harmonies of #F82AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82AFF

Black with #F82AFF

Text Example


Text Example

White with #F82AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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