#F17EFE

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

Shades of Fuchsia Pink #F17EFE

Tints of Fuchsia Pink #F17EFE

Color information

#F17EFE (or 0xF17EFE) is unknown color: approx Fuchsia Pink. HEX triplet: F1, 7E and FE. RGB value is (241,126,254). Sum of RGB (Red+Green+Blue) = 241+126+254=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 126 (49.61% from 255 or 20.29% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #F17EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17EFE is #0E8101. Grayscale: #AEAEAE. Windows color (decimal): -950530 or 16678641. OLE color: 16678641.

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

Color convert

RGB241126254-
CMYK0.050.5000.00
HSL293.91º98.46%74.51%-
HSV(B)293.91º50.39%99.61%-
XYZ61.6340.7898.39-
YUV174.98172.6175.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 126 (49.61% from 255) = 20.29%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=38.81%
G=20.29%
B=40.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411262540.050.5000.00293.9198.4674.51
HexF17EFE53200126624b
Octal36117637656200446142113
Binary111100011111110111111101011100100010010011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17EFE; }

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

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

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

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

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

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

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

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