#F875F9

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

Shades of Fuchsia Pink #F875F9

Tints of Fuchsia Pink #F875F9

Color information

#F875F9 (or 0xF875F9) is unknown color: approx Fuchsia Pink. HEX triplet: F8, 75 and F9. RGB value is (248,117,249). Sum of RGB (Red+Green+Blue) = 248+117+249=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 117 (46.09% from 255 or 19.06% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #F875F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875F9 is #078A06. Grayscale: #AAAAAA. Windows color (decimal): -494087 or 16348664. OLE color: 16348664.

HSL color Cylindrical-coordinate representation of color #F875F9: hue angle of 299.55º degrees, saturation: 0.92, 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 #F875F9 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248117249-
CMYK0.000.5300.02
HSL299.55º91.67%71.76%-
HSV(B)299.55º53.01%97.65%-
XYZ62.1739.5293.97-
YUV171.22171.9182.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.39%
GREEN value IS 117 (46.09% from 255) = 19.06%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=40.39%
G=19.06%
B=40.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481172490.000.5300.02299.5591.6771.76
HexF875F90350212c5c48
Octal37016537106502454134110
Binary11111000111010111111001011010101010010110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F875F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F875F9; }

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

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

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

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

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

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

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

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