#F190CA

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

Shades of Tea Rose #F190CA

Tints of Tea Rose #F190CA

Color information

#F190CA (or 0xF190CA) is unknown color: approx Tea Rose. HEX triplet: F1, 90 and CA. RGB value is (241,144,202). Sum of RGB (Red+Green+Blue) = 241+144+202=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F190CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190CA is #0E6F35. Grayscale: #B3B3B3. Windows color (decimal): -945974 or 13275377. OLE color: 13275377.

HSL color Cylindrical-coordinate representation of color #F190CA: hue angle of 324.12º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190CA is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241144202-
CMYK00.400.160.05
HSL324.12º77.6%75.49%-
HSV(B)324.12º40.25%94.51%-
XYZ56.9142.9161.16-
YUV179.61140.64171.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 144 (56.64% from 255) = 24.53%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=41.06%
G=24.53%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114420200.400.160.05324.1277.675.49
HexF190CA0281051444e4b
Octal361220312050205504116113
Binary11110001100100001100101001010001000010110100010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190CA; }

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

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

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

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

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

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

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

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