#F47BFE

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

Shades of Fuchsia Pink #F47BFE

Tints of Fuchsia Pink #F47BFE

Color information

#F47BFE (or 0xF47BFE) is unknown color: approx Fuchsia Pink. HEX triplet: F4, 7B and FE. RGB value is (244,123,254). Sum of RGB (Red+Green+Blue) = 244+123+254=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 123 (48.44% from 255 or 19.81% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #F47BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47BFE is #0B8401. Grayscale: #ADADAD. Windows color (decimal): -754690 or 16677876. OLE color: 16677876.

HSL color Cylindrical-coordinate representation of color #F47BFE: hue angle of 295.42º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F47BFE is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB244123254-
CMYK0.040.5200.00
HSL295.42º98.5%73.92%-
HSV(B)295.42º51.57%99.61%-
XYZ62.2840.5598.31-
YUV174.11173.09177.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.29%
GREEN value IS 123 (48.44% from 255) = 19.81%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=39.29%
G=19.81%
B=40.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441232540.040.5200.00295.4298.573.92
HexF47BFE43400127624a
Octal36417337646400447142112
Binary111101001111011111111101001101000010010011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47BFE; }

 p { color: rgb(244,123,254); }

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

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

 a { background-color: rgb(244,123,254); }

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

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

 span { border-color: rgb(244,123,254); }

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