#F184CA

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

Shades of Tea Rose #F184CA

Tints of Tea Rose #F184CA

Color information

#F184CA (or 0xF184CA) is unknown color: approx Tea Rose. HEX triplet: F1, 84 and CA. RGB value is (241,132,202). Sum of RGB (Red+Green+Blue) = 241+132+202=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F184CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184CA is #0E7B35. Grayscale: #ACACAC. Windows color (decimal): -949046 or 13272305. OLE color: 13272305.

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

Color convert

RGB241132202-
CMYK00.450.160.05
HSL321.47º79.56%73.14%-
HSV(B)321.47º45.23%94.51%-
XYZ55.1939.4760.59-
YUV172.57144.61176.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 132 (51.95% from 255) = 22.96%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=41.91%
G=22.96%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113220200.450.160.05321.4779.5673.14
HexF184CA02D1051415049
Octal361204312055205501120111
Binary11110001100001001100101001011011000010110100000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F184CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F184CA; }

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

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

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

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

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

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

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

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