#F875FC

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

Shades of Fuchsia Pink #F875FC

Tints of Fuchsia Pink #F875FC

Color information

#F875FC (or 0xF875FC) is unknown color: approx Fuchsia Pink. HEX triplet: F8, 75 and FC. RGB value is (248,117,252). Sum of RGB (Red+Green+Blue) = 248+117+252=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 117 (46.09% from 255 or 18.96% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #F875FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875FC is #078A03. Grayscale: #ABABAB. Windows color (decimal): -494084 or 16545272. OLE color: 16545272.

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

Color convert

RGB248117252-
CMYK0.020.5400.01
HSL298.22º95.74%72.35%-
HSV(B)298.22º53.57%98.82%-
XYZ62.6439.7196.46-
YUV171.56173.4182.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.19%
GREEN value IS 117 (46.09% from 255) = 18.96%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=40.19%
G=18.96%
B=40.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481172520.020.5400.01298.2295.7472.35
HexF875FC2360112a6048
Octal37016537426601452140110
Binary11111000111010111111100101101100110010101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F875FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F875FC; }

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

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

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

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

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

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

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

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