#F474FA

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

Shades of Fuchsia Pink #F474FA

Tints of Fuchsia Pink #F474FA

Color information

#F474FA (or 0xF474FA) is unknown color: approx Fuchsia Pink. HEX triplet: F4, 74 and FA. RGB value is (244,116,250). Sum of RGB (Red+Green+Blue) = 244+116+250=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 116 (45.70% from 255 or 19.02% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #F474FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F474FA is #0B8B05. Grayscale: #A9A9A9. Windows color (decimal): -756486 or 16413940. OLE color: 16413940.

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

Color convert

RGB244116250-
CMYK0.020.5400.02
HSL297.31º93.06%71.76%-
HSV(B)297.31º53.6%98.04%-
XYZ60.8138.6394.69-
YUV169.55173.41181.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40%
GREEN value IS 116 (45.70% from 255) = 19.02%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=40%
G=19.02%
B=40.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441162500.020.5400.02297.3193.0671.76
HexF474FA236021295d48
Octal36416437226602451135110
Binary111101001110100111110101011011001010010100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F474FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F474FA; }

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

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

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

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

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

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

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

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