#f473fa

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

Shades of Fuchsia Pink #F473FA

Tints of Fuchsia Pink #F473FA

Color information

#F473FA (or 0xF473FA) is unknown color: approx Fuchsia Pink. HEX triplet: F4, 73 and FA. RGB value is (244,115,250). Sum of RGB (Red+Green+Blue) = 244+115+250=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 115 (45.31% from 255 or 18.88% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #F473FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F473FA is #0B8C05. Grayscale: #A8A8A8. Windows color (decimal): -756742 or 16413684. OLE color: 16413684.

HSL color Cylindrical-coordinate representation of color #F473FA: hue angle of 297.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F473FA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244115250-
CMYK0.020.5400.02
HSL297.33º93.1%71.57%-
HSV(B)297.33º54%98.04%-
XYZ60.6938.494.65-
YUV168.96173.74181.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.07%
GREEN value IS 115 (45.31% from 255) = 18.88%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=40.07%
G=18.88%
B=41.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441152500.020.5400.02297.3393.171.57
HexF473FA236021295d48
Octal36416337226602451135110
Binary111101001110011111110101011011001010010100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f473fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f473fa; }

 p { color: rgb(244,115,250); }

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

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

 a { background-color: rgb(244,115,250); }

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

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

 span { border-color: rgb(244,115,250); }

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