#F985CB

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

Shades of Tea Rose #F985CB

Tints of Tea Rose #F985CB

Color information

#F985CB (or 0xF985CB) is unknown color: approx Tea Rose. HEX triplet: F9, 85 and CB. RGB value is (249,133,203). Sum of RGB (Red+Green+Blue) = 249+133+203=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F985CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985CB is #067A34. Grayscale: #AFAFAF. Windows color (decimal): -424501 or 13338105. OLE color: 13338105.

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

Color convert

RGB249133203-
CMYK00.470.180.02
HSL323.79º90.62%74.9%-
HSV(B)323.79º46.59%97.65%-
XYZ58.2341.2361.39-
YUV175.66143.43180.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.56%
GREEN value IS 133 (52.34% from 255) = 22.74%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=42.56%
G=22.74%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913320300.470.180.02323.7990.6274.9
HexF985CB02F1221445b4b
Octal371205313057222504133113
Binary1111100110000101110010110101111100101010100010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985CB; }

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

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

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

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

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

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

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

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