#F985C7

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

Shades of Tea Rose #F985C7

Tints of Tea Rose #F985C7

Color information

#F985C7 (or 0xF985C7) is unknown color: approx Tea Rose. HEX triplet: F9, 85 and C7. RGB value is (249,133,199). Sum of RGB (Red+Green+Blue) = 249+133+199=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F985C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985C7 is #067A38. Grayscale: #AFAFAF. Windows color (decimal): -424505 or 13075961. OLE color: 13075961.

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

Color convert

RGB249133199-
CMYK00.470.200.02
HSL325.86º90.62%74.9%-
HSV(B)325.86º46.59%97.65%-
XYZ57.7641.0458.91-
YUV175.21141.43180.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.86%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 199 (78.12% from 255) = 34.25%
R=42.86%
G=22.89%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913319900.470.200.02325.8690.6274.9
HexF985C702F1421465b4b
Octal371205307057242506133113
Binary1111100110000101110001110101111101001010100011010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985C7; }

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

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

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

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

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

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

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

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