#F881FC

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

Shades of Fuchsia Pink #F881FC

Tints of Fuchsia Pink #F881FC

Color information

#F881FC (or 0xF881FC) is unknown color: approx Fuchsia Pink. HEX triplet: F8, 81 and FC. RGB value is (248,129,252). Sum of RGB (Red+Green+Blue) = 248+129+252=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 129 (50.78% from 255 or 20.51% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #F881FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F881FC is #077E03. Grayscale: #B2B2B2. Windows color (decimal): -491012 or 16548344. OLE color: 16548344.

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

Color convert

RGB248129252-
CMYK0.020.4900.01
HSL298.05º95.35%74.71%-
HSV(B)298.05º48.81%98.82%-
XYZ64.1342.6996.95-
YUV178.6169.42177.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.43%
GREEN value IS 129 (50.78% from 255) = 20.51%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=39.43%
G=20.51%
B=40.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481292520.020.4900.01298.0595.3574.71
HexF881FC2310112a5f4b
Octal37020137426101452137113
Binary111110001000000111111100101100010110010101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881FC; }

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

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

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

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

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

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

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

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