Html Css Color HEX #F828FE Magenta

📋 copy color: '#F828FE'

red 248 ◦ green 40 ◦ blue 254

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

Shades of Magenta #F828FE

Tints of Magenta #F828FE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.38%

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 45.76%
G = 7.38%
B = 46.86%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F828FE (or 0xF828FE) is known color: Magenta. HEX triplet: F8, 28 and FE. RGB value is (248,40,254). Sum of RGB (Red+Green+Blue) = 248+40+254=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 40 (16.02% from 255 or 7.38% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #F828FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F828FE is #07D701. Grayscale: #7D7D7D. Windows color (decimal): -513794 or 16656632. OLE color: 16656632.

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

Color convert

RGB 248 40 254 -
CMYK 0.02 0.84 0 0.00
HSL 298.32º 0.99% 0.58% -
HSV(B) 298.32º 0.84% 1% -
XYZ 57.36 28.63 96.27 -
YUV 126.59 199.91 214.6 -
System Red Green Blue C M Y K H S L
Decimal 248 40 254 0.02 0.84 0 0.00 298.32 0.99 0.58
Hex F8 28 FE 2 54 0 0 12A 63 3A
Octal 370 50 376 2 124 0 0 452 143 72
Binary 11111000 101000 11111110 10 1010100 0 0 100101010 1100011 111010

Color Harmonies of #F828FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F828FE

Black with #F828FE

Text Example


Text Example

White with #F828FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F828FE; }

 p { color: rgb(248,40,254); }

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

background-color css

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

 a { background-color: rgb(248,40,254); }

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

border-color css

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

 span { border-color: rgb(248,40,254); }

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