#F98BBF

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

Shades of Tea Rose #F98BBF

Tints of Tea Rose #F98BBF

Color information

#F98BBF (or 0xF98BBF) is unknown color: approx Tea Rose. HEX triplet: F9, 8B and BF. RGB value is (249,139,191). Sum of RGB (Red+Green+Blue) = 249+139+191=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BBF is #067440. Grayscale: #B1B1B1. Windows color (decimal): -422977 or 12553209. OLE color: 12553209.

HSL color Cylindrical-coordinate representation of color #F98BBF: hue angle of 331.64º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98BBF is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB249139191-
CMYK00.440.230.02
HSL331.64º90.16%76.08%-
HSV(B)331.64º44.18%97.65%-
XYZ57.742.3754.43-
YUV177.82135.44178.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.01%
GREEN value IS 139 (54.69% from 255) = 24.01%
BLUE value IS 191 (75% from 255) = 32.99%
R=43.01%
G=24.01%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913919100.440.230.02331.6490.1676.08
HexF98BBF02C17214c5a4c
Octal371213277054272514132114
Binary1111100110001011101111110101100101111010100110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98BBF; }

 p { color: rgb(249,139,191); }

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

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

 a { background-color: rgb(249,139,191); }

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

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

 span { border-color: rgb(249,139,191); }

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