#F98BC7

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

Shades of Tea Rose #F98BC7

Tints of Tea Rose #F98BC7

Color information

#F98BC7 (or 0xF98BC7) is unknown color: approx Tea Rose. HEX triplet: F9, 8B and C7. RGB value is (249,139,199). Sum of RGB (Red+Green+Blue) = 249+139+199=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BC7 is #067438. Grayscale: #B2B2B2. Windows color (decimal): -422969 or 13077497. OLE color: 13077497.

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

Color convert

RGB249139199-
CMYK00.440.200.02
HSL327.27º90.16%76.08%-
HSV(B)327.27º44.18%97.65%-
XYZ58.6142.7359.19-
YUV178.73139.44178.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 139 (54.69% from 255) = 23.68%
BLUE value IS 199 (78.12% from 255) = 33.90%
R=42.42%
G=23.68%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913919900.440.200.02327.2790.1676.08
HexF98BC702C1421475a4c
Octal371213307054242507132114
Binary1111100110001011110001110101100101001010100011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98BC7; }

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

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

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

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

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

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

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

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