#F47EFA

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

Shades of Fuchsia Pink #F47EFA

Tints of Fuchsia Pink #F47EFA

Color information

#F47EFA (or 0xF47EFA) is unknown color: approx Fuchsia Pink. HEX triplet: F4, 7E and FA. RGB value is (244,126,250). Sum of RGB (Red+Green+Blue) = 244+126+250=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 126 (49.61% from 255 or 20.32% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #F47EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47EFA is #0B8105. Grayscale: #AFAFAF. Windows color (decimal): -753926 or 16416500. OLE color: 16416500.

HSL color Cylindrical-coordinate representation of color #F47EFA: hue angle of 297.1º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47EFA is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244126250-
CMYK0.020.5000.02
HSL297.1º92.54%73.73%-
HSV(B)297.1º49.6%98.04%-
XYZ62.0241.0695.1-
YUV175.42170.09176.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.35%
GREEN value IS 126 (49.61% from 255) = 20.32%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=39.35%
G=20.32%
B=40.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441262500.020.5000.02297.192.5473.73
HexF47EFA232021295d4a
Octal36417637226202451135112
Binary111101001111110111110101011001001010010100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47EFA; }

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

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

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

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

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

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

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

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