#F99F98

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

Shades of Rose Bud #F99F98

Tints of Rose Bud #F99F98

Color information

#F99F98 (or 0xF99F98) is unknown color: approx Rose Bud. HEX triplet: F9, 9F and 98. RGB value is (249,159,152). Sum of RGB (Red+Green+Blue) = 249+159+152=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99F98 is #066067. Grayscale: #B9B9B9. Windows color (decimal): -417896 or 10002425. OLE color: 10002425.

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

Color convert

RGB249159152-
CMYK00.360.390.02
HSL4.33º88.99%78.63%-
HSV(B)4.33º38.96%97.65%-
XYZ57.1347.235.81-
YUV185.11109.32173.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.46%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 152 (59.77% from 255) = 27.14%
R=44.46%
G=28.39%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915915200.360.390.024.3388.9978.63
HexF99F980242724594f
Octal3712372300444724131117
Binary11111001100111111001100001001001001111010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99F98; }

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

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

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

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

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

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

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

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