#F47AF8

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

Shades of Fuchsia Pink #F47AF8

Tints of Fuchsia Pink #F47AF8

Color information

#F47AF8 (or 0xF47AF8) is unknown color: approx Fuchsia Pink. HEX triplet: F4, 7A and F8. RGB value is (244,122,248). Sum of RGB (Red+Green+Blue) = 244+122+248=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 122 (48.05% from 255 or 19.87% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #F47AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47AF8 is #0B8507. Grayscale: #ACACAC. Windows color (decimal): -754952 or 16284404. OLE color: 16284404.

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

Color convert

RGB244122248-
CMYK0.020.5100.03
HSL298.1º90%72.55%-
HSV(B)298.1º50.81%97.25%-
XYZ61.2139.9393.29-
YUV172.84170.42178.75-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.74%
GREEN value IS 122 (48.05% from 255) = 19.87%
BLUE value IS 248 (97.27% from 255) = 40.39%
R=39.74%
G=19.87%
B=40.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2441222480.020.5100.03298.19072.55
HexF47AF82330312a5a49
Octal36417237026303452132111
Binary111101001111010111110001011001101110010101010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47AF8; }

 p { color: rgb(244,122,248); }

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

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

 a { background-color: rgb(244,122,248); }

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

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

 span { border-color: rgb(244,122,248); }

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