#F17AFF

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

Shades of Fuchsia Pink #F17AFF

Tints of Fuchsia Pink #F17AFF

Color information

#F17AFF (or 0xF17AFF) is unknown color: approx Fuchsia Pink. HEX triplet: F1, 7A and FF. RGB value is (241,122,255). Sum of RGB (Red+Green+Blue) = 241+122+255=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 122 (48.05% from 255 or 19.74% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #F17AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17AFF is #0E8500. Grayscale: #ACACAC. Windows color (decimal): -951553 or 16743153. OLE color: 16743153.

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

Color convert

RGB241122255-
CMYK0.050.5200
HSL293.68º100%73.92%-
HSV(B)293.68º52.16%100%-
XYZ61.2939.8499.07-
YUV172.74174.42176.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 122 (48.05% from 255) = 19.74%
BLUE value IS 255 (100% from 255) = 41.26%
R=39.00%
G=19.74%
B=41.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411222550.050.5200293.6810073.92
HexF17AFF53400126644a
Octal36117237756400446144112
Binary111100011111010111111111011101000010010011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17AFF; }

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

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

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

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

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

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

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

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