#F98ABF

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

Shades of Tea Rose #F98ABF

Tints of Tea Rose #F98ABF

Color information

#F98ABF (or 0xF98ABF) is unknown color: approx Tea Rose. HEX triplet: F9, 8A and BF. RGB value is (249,138,191). Sum of RGB (Red+Green+Blue) = 249+138+191=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ABF is #067540. Grayscale: #B1B1B1. Windows color (decimal): -423233 or 12552953. OLE color: 12552953.

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

Color convert

RGB249138191-
CMYK00.450.230.02
HSL331.35º90.24%75.88%-
HSV(B)331.35º44.58%97.65%-
XYZ57.5642.0854.38-
YUV177.23135.77179.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.08%
GREEN value IS 138 (54.30% from 255) = 23.88%
BLUE value IS 191 (75% from 255) = 33.04%
R=43.08%
G=23.88%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913819100.450.230.02331.3590.2475.88
HexF98ABF02D17214b5a4c
Octal371212277055272513132114
Binary1111100110001010101111110101101101111010100101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98ABF; }

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

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

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

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

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

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

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

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