#F475FE

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

Shades of Fuchsia Pink #F475FE

Tints of Fuchsia Pink #F475FE

Color information

#F475FE (or 0xF475FE) is unknown color: approx Fuchsia Pink. HEX triplet: F4, 75 and FE. RGB value is (244,117,254). Sum of RGB (Red+Green+Blue) = 244+117+254=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 117 (46.09% from 255 or 19.02% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #F475FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F475FE is #0B8A01. Grayscale: #AAAAAA. Windows color (decimal): -756226 or 16676340. OLE color: 16676340.

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

Color convert

RGB244117254-
CMYK0.040.5400.00
HSL295.62º98.56%72.75%-
HSV(B)295.62º53.94%99.61%-
XYZ61.5639.1198.07-
YUV170.59175.08180.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.67%
GREEN value IS 117 (46.09% from 255) = 19.02%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=39.67%
G=19.02%
B=41.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441172540.040.5400.00295.6298.5672.75
HexF475FE436001286349
Octal36416537646600450143111
Binary111101001110101111111101001101100010010100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F475FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F475FE; }

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

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

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

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

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

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

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

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