Html Css Color HEX #F828FA Magenta

📋 copy color: '#F828FA'

red 248 ◦ green 40 ◦ blue 250

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

Shades of Magenta #F828FA

Tints of Magenta #F828FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 46.1%
G = 7.43%
B = 46.47%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F828FA (or 0xF828FA) is known color: Magenta. HEX triplet: F8, 28 and FA. RGB value is (248,40,250). Sum of RGB (Red+Green+Blue) = 248+40+250=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 40 (16.02% from 255 or 7.43% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #F828FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F828FA is #07D705. Grayscale: #7D7D7D. Windows color (decimal): -513798 or 16394488. OLE color: 16394488.

HSL color Cylindrical-coordinate representation of color #F828FA: hue angle of 299.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F828FA is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 40 250 -
CMYK 0.01 0.84 0 0.02
HSL 299.43º 0.95% 0.57% -
HSV(B) 299.43º 0.84% 0.98% -
XYZ 56.73 28.38 92.93 -
YUV 126.13 197.91 214.92 -
System Red Green Blue C M Y K H S L
Decimal 248 40 250 0.01 0.84 0 0.02 299.43 0.95 0.57
Hex F8 28 FA 1 54 0 2 12B 5F 39
Octal 370 50 372 1 124 0 2 453 137 71
Binary 11111000 101000 11111010 1 1010100 0 10 100101011 1011111 111001

Color Harmonies of #F828FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F828FA

Black with #F828FA

Text Example


Text Example

White with #F828FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F828FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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