#F99E9B

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

Shades of Rose Bud #F99E9B

Tints of Rose Bud #F99E9B

Color information

#F99E9B (or 0xF99E9B) is unknown color: approx Rose Bud. HEX triplet: F9, 9E and 9B. RGB value is (249,158,155). Sum of RGB (Red+Green+Blue) = 249+158+155=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99E9B is #066164. Grayscale: #B8B8B8. Windows color (decimal): -418149 or 10198777. OLE color: 10198777.

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

Color convert

RGB249158155-
CMYK00.370.380.02
HSL1.91º88.68%79.22%-
HSV(B)1.91º37.75%97.65%-
XYZ57.2146.9637.06-
YUV184.87111.15173.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.31%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 155 (60.94% from 255) = 27.58%
R=44.31%
G=28.11%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915815500.370.380.021.9188.6879.22
HexF99E9B0252622594f
Octal3712362330454622131117
Binary1111100110011110100110110100101100110101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99E9B; }

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

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

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

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

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

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

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

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