#F47CFD

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

Shades of Fuchsia Pink #F47CFD

Tints of Fuchsia Pink #F47CFD

Color information

#F47CFD (or 0xF47CFD) is unknown color: approx Fuchsia Pink. HEX triplet: F4, 7C and FD. RGB value is (244,124,253). Sum of RGB (Red+Green+Blue) = 244+124+253=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 124 (48.83% from 255 or 19.97% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #F47CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47CFD is #0B8302. Grayscale: #AEAEAE. Windows color (decimal): -754435 or 16612596. OLE color: 16612596.

HSL color Cylindrical-coordinate representation of color #F47CFD: hue angle of 295.81º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F47CFD is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244124253-
CMYK0.040.5100.01
HSL295.81º96.99%73.92%-
HSV(B)295.81º50.99%99.22%-
XYZ62.2540.7497.51-
YUV174.59172.26177.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.29%
GREEN value IS 124 (48.83% from 255) = 19.97%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=39.29%
G=19.97%
B=40.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441242530.040.5100.01295.8196.9973.92
HexF47CFD43301128614a
Octal36417437546301450141112
Binary111101001111100111111011001100110110010100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47CFD; }

 p { color: rgb(244,124,253); }

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

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

 a { background-color: rgb(244,124,253); }

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

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

 span { border-color: rgb(244,124,253); }

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