#F174FB

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

Shades of Fuchsia Pink #F174FB

Tints of Fuchsia Pink #F174FB

Color information

#F174FB (or 0xF174FB) is unknown color: approx Fuchsia Pink. HEX triplet: F1, 74 and FB. RGB value is (241,116,251). Sum of RGB (Red+Green+Blue) = 241+116+251=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 116 (45.70% from 255 or 19.08% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #F174FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F174FB is #0E8B04. Grayscale: #A8A8A8. Windows color (decimal): -953093 or 16479473. OLE color: 16479473.

HSL color Cylindrical-coordinate representation of color #F174FB: hue angle of 295.56º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F174FB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241116251-
CMYK0.040.5400.02
HSL295.56º94.41%71.96%-
HSV(B)295.56º53.78%98.43%-
XYZ59.9338.1695.47-
YUV168.76174.41179.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 116 (45.70% from 255) = 19.08%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=39.64%
G=19.08%
B=41.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411162510.040.5400.02295.5694.4171.96
HexF174FB436021285e48
Octal36116437346602450136110
Binary1111000111101001111101110011011001010010100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F174FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F174FB; }

 p { color: rgb(241,116,251); }

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

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

 a { background-color: rgb(241,116,251); }

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

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

 span { border-color: rgb(241,116,251); }

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