#F190C9

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

Shades of Tea Rose #F190C9

Tints of Tea Rose #F190C9

Color information

#F190C9 (or 0xF190C9) is unknown color: approx Tea Rose. HEX triplet: F1, 90 and C9. RGB value is (241,144,201). Sum of RGB (Red+Green+Blue) = 241+144+201=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F190C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190C9 is #0E6F36. Grayscale: #B3B3B3. Windows color (decimal): -945975 or 13209841. OLE color: 13209841.

HSL color Cylindrical-coordinate representation of color #F190C9: hue angle of 324.74º 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 #F190C9 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241144201-
CMYK00.400.170.05
HSL324.74º77.6%75.49%-
HSV(B)324.74º40.25%94.51%-
XYZ56.7942.8660.54-
YUV179.5140.14171.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 144 (56.64% from 255) = 24.57%
BLUE value IS 201 (78.91% from 255) = 34.30%
R=41.13%
G=24.57%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114420100.400.170.05324.7477.675.49
HexF190C90281151454e4b
Octal361220311050215505116113
Binary11110001100100001100100101010001000110110100010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190C9; }

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

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

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

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

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

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

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

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