#F985CE

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

Shades of Tea Rose #F985CE

Tints of Tea Rose #F985CE

Color information

#F985CE (or 0xF985CE) is unknown color: approx Tea Rose. HEX triplet: F9, 85 and CE. RGB value is (249,133,206). Sum of RGB (Red+Green+Blue) = 249+133+206=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F985CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985CE is #067A31. Grayscale: #AFAFAF. Windows color (decimal): -424498 or 13534713. OLE color: 13534713.

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

Color convert

RGB249133206-
CMYK00.470.170.02
HSL322.24º90.62%74.9%-
HSV(B)322.24º46.59%97.65%-
XYZ58.641.3763.29-
YUV176.01144.93180.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.35%
GREEN value IS 133 (52.34% from 255) = 22.62%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=42.35%
G=22.62%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913320600.470.170.02322.2490.6274.9
HexF985CE02F1121425b4b
Octal371205316057212502133113
Binary1111100110000101110011100101111100011010100001010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985CE; }

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

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

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

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

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

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

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

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