#F99F9A

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

Shades of Rose Bud #F99F9A

Tints of Rose Bud #F99F9A

Color information

#F99F9A (or 0xF99F9A) is unknown color: approx Rose Bud. HEX triplet: F9, 9F and 9A. RGB value is (249,159,154). Sum of RGB (Red+Green+Blue) = 249+159+154=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99F9A is #066065. Grayscale: #B9B9B9. Windows color (decimal): -417894 or 10133497. OLE color: 10133497.

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

Color convert

RGB249159154-
CMYK00.360.380.02
HSL3.16º88.79%79.02%-
HSV(B)3.16º38.15%97.65%-
XYZ57.347.2736.68-
YUV185.34110.32173.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.31%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 154 (60.55% from 255) = 27.40%
R=44.31%
G=28.29%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915915400.360.380.023.1688.7979.02
HexF99F9A0242623594f
Octal3712372320444623131117
Binary1111100110011111100110100100100100110101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99F9A; }

 p { color: rgb(249,159,154); }

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

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

 a { background-color: rgb(249,159,154); }

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

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

 span { border-color: rgb(249,159,154); }

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