#F98AFE

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

Shades of Fuchsia Pink #F98AFE

Tints of Fuchsia Pink #F98AFE

Color information

#F98AFE (or 0xF98AFE) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 8A and FE. RGB value is (249,138,254). Sum of RGB (Red+Green+Blue) = 249+138+254=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 138 (54.30% from 255 or 21.53% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #F98AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98AFE is #067501. Grayscale: #B8B8B8. Windows color (decimal): -423170 or 16681721. OLE color: 16681721.

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

Color convert

RGB249138254-
CMYK0.020.4600.00
HSL297.41º98.31%76.86%-
HSV(B)297.41º45.67%99.61%-
XYZ66.0445.4799.06-
YUV184.41167.27174.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.85%
GREEN value IS 138 (54.30% from 255) = 21.53%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=38.85%
G=21.53%
B=39.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491382540.020.4600.00297.4198.3176.86
HexF98AFE22E00129624d
Octal37121237625600451142115
Binary111110011000101011111110101011100010010100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98AFE; }

 p { color: rgb(249,138,254); }

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

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

 a { background-color: rgb(249,138,254); }

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

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

 span { border-color: rgb(249,138,254); }

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