#F98FB1

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

Shades of Illusion #F98FB1

Tints of Illusion #F98FB1

Color information

#F98FB1 (or 0xF98FB1) is unknown color: approx Illusion. HEX triplet: F9, 8F and B1. RGB value is (249,143,177). Sum of RGB (Red+Green+Blue) = 249+143+177=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98FB1 is #06704E. Grayscale: #B2B2B2. Windows color (decimal): -421967 or 11636729. OLE color: 11636729.

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

Color convert

RGB249143177-
CMYK00.430.290.02
HSL340.75º89.83%76.86%-
HSV(B)340.75º42.57%97.65%-
XYZ56.8342.9646.89-
YUV178.57127.12178.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.76%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=43.76%
G=25.13%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914317700.430.290.02340.7589.8376.86
HexF98FB102B1D21555a4d
Octal371217261053352525132115
Binary1111100110001111101100010101011111011010101010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98FB1; }

 p { color: rgb(249,143,177); }

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

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

 a { background-color: rgb(249,143,177); }

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

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

 span { border-color: rgb(249,143,177); }

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