#F99BBA

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

Shades of Illusion #F99BBA

Tints of Illusion #F99BBA

Color information

#F99BBA (or 0xF99BBA) is unknown color: approx Illusion. HEX triplet: F9, 9B and BA. RGB value is (249,155,186). Sum of RGB (Red+Green+Blue) = 249+155+186=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BBA is #066445. Grayscale: #BABABA. Windows color (decimal): -418886 or 12229625. OLE color: 12229625.

HSL color Cylindrical-coordinate representation of color #F99BBA: hue angle of 340.21º 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 #F99BBA is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB249155186-
CMYK00.380.250.02
HSL340.21º88.68%79.22%-
HSV(B)340.21º37.75%97.65%-
XYZ59.6547.1352.41-
YUV186.64127.64172.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.20%
GREEN value IS 155 (60.94% from 255) = 26.27%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=42.20%
G=26.27%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915518600.380.250.02340.2188.6879.22
HexF99BBA026192154594f
Octal371233272046312524131117
Binary1111100110011011101110100100110110011010101010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99BBA; }

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

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

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

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

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

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

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

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