#FA74F7

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

Shades of Fuchsia Pink #FA74F7

Tints of Fuchsia Pink #FA74F7

Color information

#FA74F7 (or 0xFA74F7) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 74 and F7. RGB value is (250,116,247). Sum of RGB (Red+Green+Blue) = 250+116+247=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 116 (45.70% from 255 or 18.92% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA74F7 is #058B08. Grayscale: #AAAAAA. Windows color (decimal): -363273 or 16217338. OLE color: 16217338.

HSL color Cylindrical-coordinate representation of color #FA74F7: hue angle of 301.34º degrees, saturation: 0.93, 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 #FA74F7 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB250116247-
CMYK00.540.010.02
HSL301.34º93.06%71.76%-
HSV(B)301.34º53.6%98.04%-
XYZ62.4639.5392.33-
YUV171170.89184.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 116 (45.70% from 255) = 18.92%
BLUE value IS 247 (96.88% from 255) = 40.29%
R=40.78%
G=18.92%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011624700.540.010.02301.3493.0671.76
HexFA74F70361212d5d48
Octal37216436706612455135110
Binary11111010111010011110111011011011010010110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA74F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA74F7; }

 p { color: rgb(250,116,247); }

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

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

 a { background-color: rgb(250,116,247); }

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

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

 span { border-color: rgb(250,116,247); }

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