#F827FF

Color #F827FF Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F827FF

Tints of Magenta #F827FF

Color information

#F827FF (or 0xF827FF) is unknown color: approx Magenta. HEX triplet: F8, 27 and FF. RGB value is (248,39,255). Sum of RGB (Red+Green+Blue) = 248+39+255=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 39 (15.62% from 255 or 7.20% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #F827FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F827FF is #07D800. Grayscale: #7D7D7D. Windows color (decimal): -514049 or 16721912. OLE color: 16721912.

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

Color convert

RGB24839255-
CMYK0.030.8500
HSL298.06º100%57.65%-
HSV(B)298.06º84.71%100%-
XYZ57.4928.6397.1-
YUV126.12200.74214.94-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.76%
GREEN value IS 39 (15.62% from 255) = 7.20%
BLUE value IS 255 (100% from 255) = 47.05%
R=45.76%
G=7.20%
B=47.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal248392550.030.8500298.0610057.65
HexF827FF3550012a643a
Octal3704737731250045214472
Binary1111100010011111111111111010101001001010101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F827FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F827FF; }

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

 H1.HeaderClassName
 {
   color: #F827FF;
 }
 .AnyTagClassName
 {
   color: #F827FF;
 }
</style>
background-color css

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

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

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

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

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

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