#F875FB

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

Shades of Fuchsia Pink #F875FB

Tints of Fuchsia Pink #F875FB

Color information

#F875FB (or 0xF875FB) is unknown color: approx Fuchsia Pink. HEX triplet: F8, 75 and FB. RGB value is (248,117,251). Sum of RGB (Red+Green+Blue) = 248+117+251=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 117 (46.09% from 255 or 18.99% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #F875FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875FB is #078A04. Grayscale: #ABABAB. Windows color (decimal): -494085 or 16479736. OLE color: 16479736.

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

Color convert

RGB248117251-
CMYK0.010.5300.02
HSL298.66º94.37%72.16%-
HSV(B)298.66º53.39%98.43%-
XYZ62.4939.6495.63-
YUV171.45172.9182.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.26%
GREEN value IS 117 (46.09% from 255) = 18.99%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=40.26%
G=18.99%
B=40.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481172510.010.5300.02298.6694.3772.16
HexF875FB1350212b5e48
Octal37016537316502453136110
Binary11111000111010111111011111010101010010101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F875FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F875FB; }

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

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

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

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

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

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

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

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