#F989D3

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

Shades of Tea Rose #F989D3

Tints of Tea Rose #F989D3

Color information

#F989D3 (or 0xF989D3) is unknown color: approx Tea Rose. HEX triplet: F9, 89 and D3. RGB value is (249,137,211). Sum of RGB (Red+Green+Blue) = 249+137+211=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F989D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989D3 is #06762C. Grayscale: #B2B2B2. Windows color (decimal): -423469 or 13863417. OLE color: 13863417.

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

Color convert

RGB249137211-
CMYK00.450.150.02
HSL320.36º90.32%75.69%-
HSV(B)320.36º44.98%97.65%-
XYZ59.7742.7366.73-
YUV178.92146.11177.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.71%
GREEN value IS 137 (53.91% from 255) = 22.95%
BLUE value IS 211 (82.81% from 255) = 35.34%
R=41.71%
G=22.95%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913721100.450.150.02320.3690.3275.69
HexF989D302DF21405a4c
Octal371211323055172500132114
Binary111110011000100111010011010110111111010100000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F989D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F989D3; }

 p { color: rgb(249,137,211); }

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

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

 a { background-color: rgb(249,137,211); }

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

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

 span { border-color: rgb(249,137,211); }

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