#FF74FA

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

Shades of Fuchsia Pink #FF74FA

Tints of Fuchsia Pink #FF74FA

Color information

#FF74FA (or 0xFF74FA) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 74 and FA. RGB value is (255,116,250). Sum of RGB (Red+Green+Blue) = 255+116+250=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 116 (45.70% from 255 or 18.68% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74FA is #008B05. Grayscale: #ACACAC. Windows color (decimal): -35590 or 16413951. OLE color: 16413951.

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

Color convert

RGB255116250-
CMYK00.550.020
HSL302.16º100%72.75%-
HSV(B)302.16º54.51%100%-
XYZ64.7440.6594.88-
YUV172.84171.55186.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 116 (45.70% from 255) = 18.68%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=41.06%
G=18.68%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511625000.550.020302.1610072.75
HexFF74FA0372012e6449
Octal37716437206720456144111
Binary11111111111010011111010011011110010010111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF74FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF74FA; }

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

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

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

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

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

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

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

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