#F985FF

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

Shades of Fuchsia Pink #F985FF

Tints of Fuchsia Pink #F985FF

Color information

#F985FF (or 0xF985FF) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 85 and FF. RGB value is (249,133,255). Sum of RGB (Red+Green+Blue) = 249+133+255=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 133 (52.34% from 255 or 20.88% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #F985FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F985FF is #067A00. Grayscale: #B5B5B5. Windows color (decimal): -424449 or 16745977. OLE color: 16745977.

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

Color convert

RGB249133255-
CMYK0.020.4800
HSL297.05º100%76.08%-
HSV(B)297.05º47.84%100%-
XYZ65.544.1399.67-
YUV181.59169.43176.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.09%
GREEN value IS 133 (52.34% from 255) = 20.88%
BLUE value IS 255 (100% from 255) = 40.03%
R=39.09%
G=20.88%
B=40.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491332550.020.4800297.0510076.08
HexF985FF23000129644c
Octal37120537726000451144114
Binary111110011000010111111111101100000010010100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985FF; }

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

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

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

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

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

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

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

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