#F883FA

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

Shades of Fuchsia Pink #F883FA

Tints of Fuchsia Pink #F883FA

Color information

#F883FA (or 0xF883FA) is unknown color: approx Fuchsia Pink. HEX triplet: F8, 83 and FA. RGB value is (248,131,250). Sum of RGB (Red+Green+Blue) = 248+131+250=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 131 (51.56% from 255 or 20.83% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #F883FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F883FA is #077C05. Grayscale: #B3B3B3. Windows color (decimal): -490502 or 16417784. OLE color: 16417784.

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

Color convert

RGB248131250-
CMYK0.010.4800.02
HSL298.99º92.25%74.71%-
HSV(B)298.99º47.6%98.04%-
XYZ64.0843.0995.38-
YUV179.55167.76176.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.43%
GREEN value IS 131 (51.56% from 255) = 20.83%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=39.43%
G=20.83%
B=39.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481312500.010.4800.02298.9992.2574.71
HexF883FA1300212b5c4b
Octal37020337216002453134113
Binary111110001000001111111010111000001010010101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F883FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F883FA; }

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

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

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

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

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

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

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

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