#F984BF

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

Shades of Tea Rose #F984BF

Tints of Tea Rose #F984BF

Color information

#F984BF (or 0xF984BF) is unknown color: approx Tea Rose. HEX triplet: F9, 84 and BF. RGB value is (249,132,191). Sum of RGB (Red+Green+Blue) = 249+132+191=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F984BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F984BF is #067B40. Grayscale: #ADADAD. Windows color (decimal): -424769 or 12551417. OLE color: 12551417.

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

Color convert

RGB249132191-
CMYK00.470.230.02
HSL329.74º90.7%74.71%-
HSV(B)329.74º46.99%97.65%-
XYZ56.7240.454.1-
YUV173.71137.76181.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.53%
GREEN value IS 132 (51.95% from 255) = 23.08%
BLUE value IS 191 (75% from 255) = 33.39%
R=43.53%
G=23.08%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913219100.470.230.02329.7490.774.71
HexF984BF02F17214a5b4b
Octal371204277057272512133113
Binary1111100110000100101111110101111101111010100101010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F984BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F984BF; }

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

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

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

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

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

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

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

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