#F985CA

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

Shades of Tea Rose #F985CA

Tints of Tea Rose #F985CA

Color information

#F985CA (or 0xF985CA) is unknown color: approx Tea Rose. HEX triplet: F9, 85 and CA. RGB value is (249,133,202). Sum of RGB (Red+Green+Blue) = 249+133+202=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F985CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985CA is #067A35. Grayscale: #AFAFAF. Windows color (decimal): -424502 or 13272569. OLE color: 13272569.

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

Color convert

RGB249133202-
CMYK00.470.190.02
HSL324.31º90.62%74.9%-
HSV(B)324.31º46.59%97.65%-
XYZ58.1241.1860.76-
YUV175.55142.93180.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.64%
GREEN value IS 133 (52.34% from 255) = 22.77%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=42.64%
G=22.77%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913320200.470.190.02324.3190.6274.9
HexF985CA02F1321445b4b
Octal371205312057232504133113
Binary1111100110000101110010100101111100111010100010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985CA; }

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

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

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

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

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

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

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

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