#F99BB1

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

Shades of Illusion #F99BB1

Tints of Illusion #F99BB1

Color information

#F99BB1 (or 0xF99BB1) is unknown color: approx Illusion. HEX triplet: F9, 9B and B1. RGB value is (249,155,177). Sum of RGB (Red+Green+Blue) = 249+155+177=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99BB1 is #06644E. Grayscale: #B9B9B9. Windows color (decimal): -418895 or 11639801. OLE color: 11639801.

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

Color convert

RGB249155177-
CMYK00.380.290.02
HSL345.96º88.68%79.22%-
HSV(B)345.96º37.75%97.65%-
XYZ58.7246.7647.52-
YUV185.61123.14173.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.86%
GREEN value IS 155 (60.94% from 255) = 26.68%
BLUE value IS 177 (69.53% from 255) = 30.46%
R=42.86%
G=26.68%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915517700.380.290.02345.9688.6879.22
HexF99BB10261D215a594f
Octal371233261046352532131117
Binary1111100110011011101100010100110111011010101101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99BB1; }

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

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

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

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

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

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

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

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