#F98CBF

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

Shades of Tea Rose #F98CBF

Tints of Tea Rose #F98CBF

Color information

#F98CBF (or 0xF98CBF) is unknown color: approx Tea Rose. HEX triplet: F9, 8C and BF. RGB value is (249,140,191). Sum of RGB (Red+Green+Blue) = 249+140+191=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CBF is #067340. Grayscale: #B2B2B2. Windows color (decimal): -422721 or 12553465. OLE color: 12553465.

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

Color convert

RGB249140191-
CMYK00.440.230.02
HSL331.93º90.08%76.27%-
HSV(B)331.93º43.78%97.65%-
XYZ57.8542.6654.47-
YUV178.4135.11178.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.93%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 191 (75% from 255) = 32.93%
R=42.93%
G=24.14%
B=32.93%

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
Decimal24914019100.440.230.02331.9390.0876.27
HexF98CBF02C17214c5a4c
Octal371214277054272514132114
Binary1111100110001100101111110101100101111010100110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98CBF; }

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

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

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

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

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

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

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

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