#F184C3

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

Shades of Tea Rose #F184C3

Tints of Tea Rose #F184C3

Color information

#F184C3 (or 0xF184C3) is unknown color: approx Tea Rose. HEX triplet: F1, 84 and C3. RGB value is (241,132,195). Sum of RGB (Red+Green+Blue) = 241+132+195=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F184C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184C3 is #0E7B3C. Grayscale: #ABABAB. Windows color (decimal): -949053 or 12813553. OLE color: 12813553.

HSL color Cylindrical-coordinate representation of color #F184C3: hue angle of 325.32º degrees, saturation: 0.8, 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 #F184C3 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB241132195-
CMYK00.450.190.05
HSL325.32º79.56%73.14%-
HSV(B)325.32º45.23%94.51%-
XYZ54.3839.1456.32-
YUV171.77141.11177.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 132 (51.95% from 255) = 23.24%
BLUE value IS 195 (76.56% from 255) = 34.33%
R=42.43%
G=23.24%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113219500.450.190.05325.3279.5673.14
HexF184C302D1351455049
Octal361204303055235505120111
Binary11110001100001001100001101011011001110110100010110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F184C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F184C3; }

 p { color: rgb(241,132,195); }

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

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

 a { background-color: rgb(241,132,195); }

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

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

 span { border-color: rgb(241,132,195); }

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