#F47DFF

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

Shades of Fuchsia Pink #F47DFF

Tints of Fuchsia Pink #F47DFF

Color information

#F47DFF (or 0xF47DFF) is unknown color: approx Fuchsia Pink. HEX triplet: F4, 7D and FF. RGB value is (244,125,255). Sum of RGB (Red+Green+Blue) = 244+125+255=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 125 (49.22% from 255 or 20.03% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #F47DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47DFF is #0B8200. Grayscale: #AFAFAF. Windows color (decimal): -754177 or 16743924. OLE color: 16743924.

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

Color convert

RGB244125255-
CMYK0.040.5100
HSL294.92º100%74.51%-
HSV(B)294.92º50.98%100%-
XYZ62.6941.1299.24-
YUV175.4172.92176.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.10%
GREEN value IS 125 (49.22% from 255) = 20.03%
BLUE value IS 255 (100% from 255) = 40.87%
R=39.10%
G=20.03%
B=40.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2441252550.040.5100294.9210074.51
HexF47DFF43300127644b
Octal36417537746300447144113
Binary111101001111101111111111001100110010010011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47DFF; }

 p { color: rgb(244,125,255); }

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

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

 a { background-color: rgb(244,125,255); }

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

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

 span { border-color: rgb(244,125,255); }

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