#F17AFE

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

Shades of Fuchsia Pink #F17AFE

Tints of Fuchsia Pink #F17AFE

Color information

#F17AFE (or 0xF17AFE) is unknown color: approx Fuchsia Pink. HEX triplet: F1, 7A and FE. RGB value is (241,122,254). Sum of RGB (Red+Green+Blue) = 241+122+254=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 122 (48.05% from 255 or 19.77% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #F17AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17AFE is #0E8501. Grayscale: #ACACAC. Windows color (decimal): -951554 or 16677617. OLE color: 16677617.

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

Color convert

RGB241122254-
CMYK0.050.5200.00
HSL294.09º98.51%73.73%-
HSV(B)294.09º51.97%99.61%-
XYZ61.1239.7898.22-
YUV172.63173.92176.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 122 (48.05% from 255) = 19.77%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=39.06%
G=19.77%
B=41.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411222540.050.5200.00294.0998.5173.73
HexF17AFE53400126634a
Octal36117237656400446143112
Binary111100011111010111111101011101000010010011011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17AFE; }

 p { color: rgb(241,122,254); }

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

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

 a { background-color: rgb(241,122,254); }

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

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

 span { border-color: rgb(241,122,254); }

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