#F98BBB

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

Shades of Tea Rose #F98BBB

Tints of Tea Rose #F98BBB

Color information

#F98BBB (or 0xF98BBB) is unknown color: approx Tea Rose. HEX triplet: F9, 8B and BB. RGB value is (249,139,187). Sum of RGB (Red+Green+Blue) = 249+139+187=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BBB is #067444. Grayscale: #B1B1B1. Windows color (decimal): -422981 or 12291065. OLE color: 12291065.

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

Color convert

RGB249139187-
CMYK00.440.250.02
HSL333.82º90.16%76.08%-
HSV(B)333.82º44.18%97.65%-
XYZ57.2742.1952.14-
YUV177.36133.44179.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.30%
GREEN value IS 139 (54.69% from 255) = 24.17%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=43.30%
G=24.17%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913918700.440.250.02333.8290.1676.08
HexF98BBB02C19214e5a4c
Octal371213273054312516132114
Binary1111100110001011101110110101100110011010100111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98BBB; }

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

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

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

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

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

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

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

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