#f983ff

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

Shades of Fuchsia Pink #F983FF

Tints of Fuchsia Pink #F983FF

Color information

#F983FF (or 0xF983FF) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 83 and FF. RGB value is (249,131,255). Sum of RGB (Red+Green+Blue) = 249+131+255=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 131 (51.56% from 255 or 20.63% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #F983FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F983FF is #067C00. Grayscale: #B4B4B4. Windows color (decimal): -424961 or 16745465. OLE color: 16745465.

HSL color Cylindrical-coordinate representation of color #F983FF: hue angle of 297.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F983FF is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB249131255-
CMYK0.020.4900
HSL297.1º100%75.69%-
HSV(B)297.1º48.63%100%-
XYZ65.2343.5999.58-
YUV180.42170.09176.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.21%
GREEN value IS 131 (51.56% from 255) = 20.63%
BLUE value IS 255 (100% from 255) = 40.16%
R=39.21%
G=20.63%
B=40.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491312550.020.4900297.110075.69
HexF983FF23100129644c
Octal37120337726100451144114
Binary111110011000001111111111101100010010010100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f983ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f983ff; }

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

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

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

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

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

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

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

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