#F817FA

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

Shades of Magenta #F817FA

Tints of Magenta #F817FA

Color information

#F817FA (or 0xF817FA) is unknown color: approx Magenta. HEX triplet: F8, 17 and FA. RGB value is (248,23,250). Sum of RGB (Red+Green+Blue) = 248+23+250=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 23 (9.38% from 255 or 4.41% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #F817FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F817FA is #07E805. Grayscale: #737373. Windows color (decimal): -518150 or 16390136. OLE color: 16390136.

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

Color convert

RGB24823250-
CMYK0.010.9100.02
HSL299.47º95.78%53.53%-
HSV(B)299.47º90.8%98.04%-
XYZ56.2727.4792.78-
YUV116.15203.54222.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.60%
GREEN value IS 23 (9.38% from 255) = 4.41%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=47.60%
G=4.41%
B=47.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal248232500.010.9100.02299.4795.7853.53
HexF817FA15B0212b6036
Octal3702737211330245314066
Binary111110001011111111010110110110101001010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F817FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F817FA; }

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

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

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

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

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

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

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

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