#F87AFA

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

Shades of Fuchsia Pink #F87AFA

Tints of Fuchsia Pink #F87AFA

Color information

#F87AFA (or 0xF87AFA) is unknown color: approx Fuchsia Pink. HEX triplet: F8, 7A and FA. RGB value is (248,122,250). Sum of RGB (Red+Green+Blue) = 248+122+250=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 122 (48.05% from 255 or 19.68% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #F87AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87AFA is #078505. Grayscale: #ADADAD. Windows color (decimal): -492806 or 16415480. OLE color: 16415480.

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

Color convert

RGB248122250-
CMYK0.010.5100.02
HSL299.06º92.75%72.94%-
HSV(B)299.06º51.2%98.04%-
XYZ62.9340.7895-
YUV174.27170.74180.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 19.68%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=40%
G=19.68%
B=40.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481222500.010.5100.02299.0692.7572.94
HexF87AFA1330212b5d49
Octal37017237216302453135111
Binary11111000111101011111010111001101010010101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87AFA; }

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

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

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

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

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

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

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

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