#F98CB6

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

Shades of Illusion #F98CB6

Tints of Illusion #F98CB6

Color information

#F98CB6 (or 0xF98CB6) is unknown color: approx Illusion. HEX triplet: F9, 8C and B6. RGB value is (249,140,182). Sum of RGB (Red+Green+Blue) = 249+140+182=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CB6 is #067349. Grayscale: #B1B1B1. Windows color (decimal): -422730 or 11963641. OLE color: 11963641.

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

Color convert

RGB249140182-
CMYK00.440.270.02
HSL336.88º90.08%76.27%-
HSV(B)336.88º43.78%97.65%-
XYZ56.8942.2749.42-
YUV177.38130.61179.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 140 (55.08% from 255) = 24.52%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=43.61%
G=24.52%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914018200.440.270.02336.8890.0876.27
HexF98CB602C1B21515a4c
Octal371214266054332521132114
Binary1111100110001100101101100101100110111010101000110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98CB6; }

 p { color: rgb(249,140,182); }

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

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

 a { background-color: rgb(249,140,182); }

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

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

 span { border-color: rgb(249,140,182); }

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