#F490CA

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

Shades of Tea Rose #F490CA

Tints of Tea Rose #F490CA

Color information

#F490CA (or 0xF490CA) is unknown color: approx Tea Rose. HEX triplet: F4, 90 and CA. RGB value is (244,144,202). Sum of RGB (Red+Green+Blue) = 244+144+202=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F490CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490CA is #0B6F35. Grayscale: #B4B4B4. Windows color (decimal): -749366 or 13275380. OLE color: 13275380.

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

Color convert

RGB244144202-
CMYK00.410.170.04
HSL325.2º81.97%76.08%-
HSV(B)325.2º40.98%95.69%-
XYZ57.9443.4461.21-
YUV180.51140.13173.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.36%
GREEN value IS 144 (56.64% from 255) = 24.41%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=41.36%
G=24.41%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414420200.410.170.04325.281.9776.08
HexF490CA029114145524c
Octal364220312051214505122114
Binary11110100100100001100101001010011000110010100010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F490CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F490CA; }

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

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

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

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

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

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

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

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