#F98FBA

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

Shades of Tea Rose #F98FBA

Tints of Tea Rose #F98FBA

Color information

#F98FBA (or 0xF98FBA) is unknown color: approx Tea Rose. HEX triplet: F9, 8F and BA. RGB value is (249,143,186). Sum of RGB (Red+Green+Blue) = 249+143+186=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FBA is #067045. Grayscale: #B3B3B3. Windows color (decimal): -421958 or 12226553. OLE color: 12226553.

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

Color convert

RGB249143186-
CMYK00.430.250.02
HSL335.66º89.83%76.86%-
HSV(B)335.66º42.57%97.65%-
XYZ57.7543.3351.77-
YUV179.6131.62177.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.08%
GREEN value IS 143 (56.25% from 255) = 24.74%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=43.08%
G=24.74%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914318600.430.250.02335.6689.8376.86
HexF98FBA02B1921505a4d
Octal371217272053312520132115
Binary1111100110001111101110100101011110011010101000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98FBA; }

 p { color: rgb(249,143,186); }

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

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

 a { background-color: rgb(249,143,186); }

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

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

 span { border-color: rgb(249,143,186); }

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