#F475F8

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

Shades of Fuchsia Pink #F475F8

Tints of Fuchsia Pink #F475F8

Color information

#F475F8 (or 0xF475F8) is unknown color: approx Fuchsia Pink. HEX triplet: F4, 75 and F8. RGB value is (244,117,248). Sum of RGB (Red+Green+Blue) = 244+117+248=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 117 (46.09% from 255 or 19.21% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #F475F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F475F8 is #0B8A07. Grayscale: #A9A9A9. Windows color (decimal): -756232 or 16283124. OLE color: 16283124.

HSL color Cylindrical-coordinate representation of color #F475F8: hue angle of 298.17º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F475F8 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB244117248-
CMYK0.020.5300.03
HSL298.17º90.34%71.57%-
HSV(B)298.17º52.82%97.25%-
XYZ60.6138.7393.09-
YUV169.91172.08180.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.07%
GREEN value IS 117 (46.09% from 255) = 19.21%
BLUE value IS 248 (97.27% from 255) = 40.72%
R=40.07%
G=19.21%
B=40.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2441172480.020.5300.03298.1790.3471.57
HexF475F82350312a5a48
Octal36416537026503452132110
Binary111101001110101111110001011010101110010101010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F475F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F475F8; }

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

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

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

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

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

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

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

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