#F17DFF

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

Shades of Fuchsia Pink #F17DFF

Tints of Fuchsia Pink #F17DFF

Color information

#F17DFF (or 0xF17DFF) is unknown color: approx Fuchsia Pink. HEX triplet: F1, 7D and FF. RGB value is (241,125,255). Sum of RGB (Red+Green+Blue) = 241+125+255=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 125 (49.22% from 255 or 20.13% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #F17DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DFF is #0E8200. Grayscale: #AEAEAE. Windows color (decimal): -950785 or 16743921. OLE color: 16743921.

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

Color convert

RGB241125255-
CMYK0.050.5100
HSL293.54º100%74.51%-
HSV(B)293.54º50.98%100%-
XYZ61.6640.5999.19-
YUV174.5173.43175.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 125 (49.22% from 255) = 20.13%
BLUE value IS 255 (100% from 255) = 41.06%
R=38.81%
G=20.13%
B=41.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411252550.050.5100293.5410074.51
HexF17DFF53300126644b
Octal36117537756300446144113
Binary111100011111101111111111011100110010010011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17DFF; }

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

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

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

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

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

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

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

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