#F982FA

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

Shades of Fuchsia Pink #F982FA

Tints of Fuchsia Pink #F982FA

Color information

#F982FA (or 0xF982FA) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 82 and FA. RGB value is (249,130,250). Sum of RGB (Red+Green+Blue) = 249+130+250=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 130 (51.17% from 255 or 20.67% 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 #F982FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982FA is #067D05. Grayscale: #B2B2B2. Windows color (decimal): -425222 or 16417529. OLE color: 16417529.

HSL color Cylindrical-coordinate representation of color #F982FA: hue angle of 299.5º 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 #F982FA is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249130250-
CMYK0.000.4800.02
HSL299.5º92.31%74.51%-
HSV(B)299.5º48%98.04%-
XYZ64.343.0195.35-
YUV179.26167.92177.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.59%
GREEN value IS 130 (51.17% from 255) = 20.67%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=39.59%
G=20.67%
B=39.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491302500.000.4800.02299.592.3174.51
HexF982FA0300212c5c4b
Octal37120237206002454134113
Binary111110011000001011111010011000001010010110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F982FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F982FA; }

 p { color: rgb(249,130,250); }

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

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

 a { background-color: rgb(249,130,250); }

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

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

 span { border-color: rgb(249,130,250); }

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