#F17EFD

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

Shades of Fuchsia Pink #F17EFD

Tints of Fuchsia Pink #F17EFD

Color information

#F17EFD (or 0xF17EFD) is unknown color: approx Fuchsia Pink. HEX triplet: F1, 7E and FD. RGB value is (241,126,253). Sum of RGB (Red+Green+Blue) = 241+126+253=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 126 (49.61% from 255 or 20.32% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #F17EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17EFD is #0E8102. Grayscale: #AEAEAE. Windows color (decimal): -950531 or 16613105. OLE color: 16613105.

HSL color Cylindrical-coordinate representation of color #F17EFD: hue angle of 294.33º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F17EFD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241126253-
CMYK0.050.5000.01
HSL294.33º96.95%74.31%-
HSV(B)294.33º50.2%99.22%-
XYZ61.4740.7197.55-
YUV174.86172.1175.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 126 (49.61% from 255) = 20.32%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=38.87%
G=20.32%
B=40.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411262530.050.5000.01294.3396.9574.31
HexF17EFD53201126614a
Octal36117637556201446141112
Binary111100011111110111111011011100100110010011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17EFD; }

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

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

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

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

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

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

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

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