#F487CA

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

Shades of Tea Rose #F487CA

Tints of Tea Rose #F487CA

Color information

#F487CA (or 0xF487CA) is unknown color: approx Tea Rose. HEX triplet: F4, 87 and CA. RGB value is (244,135,202). Sum of RGB (Red+Green+Blue) = 244+135+202=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F487CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F487CA is #0B7835. Grayscale: #AFAFAF. Windows color (decimal): -751670 or 13273076. OLE color: 13273076.

HSL color Cylindrical-coordinate representation of color #F487CA: hue angle of 323.12º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F487CA is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244135202-
CMYK00.450.170.04
HSL323.12º83.21%74.31%-
HSV(B)323.12º44.67%95.69%-
XYZ56.6340.8360.77-
YUV175.23143.11177.05-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.00%
GREEN value IS 135 (53.12% from 255) = 23.24%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=42.00%
G=23.24%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413520200.450.170.04323.1283.2174.31
HexF487CA02D114143534a
Octal364207312055214503123112
Binary11110100100001111100101001011011000110010100001110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F487CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F487CA; }

 p { color: rgb(244,135,202); }

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

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

 a { background-color: rgb(244,135,202); }

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

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

 span { border-color: rgb(244,135,202); }

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