#F190C6

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

Shades of Tea Rose #F190C6

Tints of Tea Rose #F190C6

Color information

#F190C6 (or 0xF190C6) is unknown color: approx Tea Rose. HEX triplet: F1, 90 and C6. RGB value is (241,144,198). Sum of RGB (Red+Green+Blue) = 241+144+198=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F190C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190C6 is #0E6F39. Grayscale: #B3B3B3. Windows color (decimal): -945978 or 13013233. OLE color: 13013233.

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

Color convert

RGB241144198-
CMYK00.400.180.05
HSL326.6º77.6%75.49%-
HSV(B)326.6º40.25%94.51%-
XYZ56.4442.7258.7-
YUV179.16138.64172.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 144 (56.64% from 255) = 24.70%
BLUE value IS 198 (77.73% from 255) = 33.96%
R=41.34%
G=24.70%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114419800.400.180.05326.677.675.49
HexF190C60281251474e4b
Octal361220306050225507116113
Binary11110001100100001100011001010001001010110100011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190C6; }

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

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

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

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

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

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

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

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