Html Css Color HEX #F829FF Magenta

📋 copy color: '#F829FF'

red 248 ◦ green 41 ◦ blue 255

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

Shades of Magenta #F829FF

Tints of Magenta #F829FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.54%

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

R = 45.59%
G = 7.54%
B = 46.88%

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

#F829FF (or 0xF829FF) is known color: Magenta. HEX triplet: F8, 29 and FF. RGB value is (248,41,255). Sum of RGB (Red+Green+Blue) = 248+41+255=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 41 (16.41% from 255 or 7.54% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #F829FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F829FF is #07D600. Grayscale: #7E7E7E. Windows color (decimal): -513537 or 16722424. OLE color: 16722424.

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

Color convert

RGB 248 41 255 -
CMYK 0.03 0.84 0 0
HSL 298.04º 1% 0.58% -
HSV(B) 298.04º 0.84% 1% -
XYZ 57.55 28.76 97.13 -
YUV 127.29 200.08 214.1 -
System Red Green Blue C M Y K H S L
Decimal 248 41 255 0.03 0.84 0 0 298.04 1 0.58
Hex F8 29 FF 3 54 0 0 12A 64 3A
Octal 370 51 377 3 124 0 0 452 144 72
Binary 11111000 101001 11111111 11 1010100 0 0 100101010 1100100 111010

Color Harmonies of #F829FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829FF

Black with #F829FF

Text Example


Text Example

White with #F829FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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