#F983FB

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

Shades of Fuchsia Pink #F983FB

Tints of Fuchsia Pink #F983FB

Color information

#F983FB (or 0xF983FB) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 83 and FB. RGB value is (249,131,251). Sum of RGB (Red+Green+Blue) = 249+131+251=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 131 (51.56% from 255 or 20.76% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #F983FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F983FB is #067C04. Grayscale: #B3B3B3. Windows color (decimal): -424965 or 16483321. OLE color: 16483321.

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

Color convert

RGB249131251-
CMYK0.010.4800.02
HSL299º93.75%74.9%-
HSV(B)299º47.81%98.43%-
XYZ64.643.3496.23-
YUV179.96168.09177.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.46%
GREEN value IS 131 (51.56% from 255) = 20.76%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=39.46%
G=20.76%
B=39.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491312510.010.4800.0229993.7574.9
HexF983FB1300212b5e4b
Octal37120337316002453136113
Binary111110011000001111111011111000001010010101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F983FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F983FB; }

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

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

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

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

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

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

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

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