#F983FA

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

Shades of Fuchsia Pink #F983FA

Tints of Fuchsia Pink #F983FA

Color information

#F983FA (or 0xF983FA) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 83 and FA. RGB value is (249,131,250). Sum of RGB (Red+Green+Blue) = 249+131+250=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 131 (51.56% from 255 or 20.79% 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 #F983FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F983FA is #067C05. Grayscale: #B3B3B3. Windows color (decimal): -424966 or 16417785. OLE color: 16417785.

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

Color convert

RGB249131250-
CMYK0.000.4800.02
HSL299.5º92.25%74.71%-
HSV(B)299.5º47.6%98.04%-
XYZ64.4443.2795.4-
YUV179.85167.59177.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.52%
GREEN value IS 131 (51.56% from 255) = 20.79%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=39.52%
G=20.79%
B=39.68%

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
Decimal2491312500.000.4800.02299.592.2574.71
HexF983FA0300212b5c4b
Octal37120337206002453134113
Binary111110011000001111111010011000001010010101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F983FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F983FA; }

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

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

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

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

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

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

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

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