#F87EFA

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

Shades of Fuchsia Pink #F87EFA

Tints of Fuchsia Pink #F87EFA

Color information

#F87EFA (or 0xF87EFA) is unknown color: approx Fuchsia Pink. HEX triplet: F8, 7E and FA. RGB value is (248,126,250). Sum of RGB (Red+Green+Blue) = 248+126+250=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 126 (49.61% from 255 or 20.19% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #F87EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87EFA is #078105. Grayscale: #B0B0B0. Windows color (decimal): -491782 or 16416504. OLE color: 16416504.

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

Color convert

RGB248126250-
CMYK0.010.5000.02
HSL299.03º92.54%73.73%-
HSV(B)299.03º49.6%98.04%-
XYZ63.4341.7895.16-
YUV176.61169.42178.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.74%
GREEN value IS 126 (49.61% from 255) = 20.19%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=39.74%
G=20.19%
B=40.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481262500.010.5000.02299.0392.5473.73
HexF87EFA1320212b5d4a
Octal37017637216202453135112
Binary11111000111111011111010111001001010010101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87EFA; }

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

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

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

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

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

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

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

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