#F884FA

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

Shades of Fuchsia Pink #F884FA

Tints of Fuchsia Pink #F884FA

Color information

#F884FA (or 0xF884FA) is unknown color: approx Fuchsia Pink. HEX triplet: F8, 84 and FA. RGB value is (248,132,250). Sum of RGB (Red+Green+Blue) = 248+132+250=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 132 (51.95% from 255 or 20.95% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #F884FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F884FA is #077B05. Grayscale: #B3B3B3. Windows color (decimal): -490246 or 16418040. OLE color: 16418040.

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

Color convert

RGB248132250-
CMYK0.010.4700.02
HSL298.98º92.19%74.9%-
HSV(B)298.98º47.2%98.04%-
XYZ64.2243.3695.43-
YUV180.14167.43176.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 132 (51.95% from 255) = 20.95%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=39.37%
G=20.95%
B=39.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481322500.010.4700.02298.9892.1974.9
HexF884FA12F0212b5c4b
Octal37020437215702453134113
Binary111110001000010011111010110111101010010101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F884FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F884FA; }

 p { color: rgb(248,132,250); }

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

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

 a { background-color: rgb(248,132,250); }

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

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

 span { border-color: rgb(248,132,250); }

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