#F185C9

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

Shades of Tea Rose #F185C9

Tints of Tea Rose #F185C9

Color information

#F185C9 (or 0xF185C9) is unknown color: approx Tea Rose. HEX triplet: F1, 85 and C9. RGB value is (241,133,201). Sum of RGB (Red+Green+Blue) = 241+133+201=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F185C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185C9 is #0E7A36. Grayscale: #ACACAC. Windows color (decimal): -948791 or 13207025. OLE color: 13207025.

HSL color Cylindrical-coordinate representation of color #F185C9: hue angle of 322.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185C9 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241133201-
CMYK00.450.170.05
HSL322.22º79.41%73.33%-
HSV(B)322.22º44.81%94.51%-
XYZ55.2139.6960.01-
YUV173.04143.78176.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 133 (52.34% from 255) = 23.13%
BLUE value IS 201 (78.91% from 255) = 34.96%
R=41.91%
G=23.13%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113320100.450.170.05322.2279.4173.33
HexF185C902D1151424f49
Octal361205311055215502117111
Binary11110001100001011100100101011011000110110100001010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F185C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F185C9; }

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

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

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

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

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

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

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

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