#F186CD

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

Shades of Tea Rose #F186CD

Tints of Tea Rose #F186CD

Color information

#F186CD (or 0xF186CD) is unknown color: approx Tea Rose. HEX triplet: F1, 86 and CD. RGB value is (241,134,205). Sum of RGB (Red+Green+Blue) = 241+134+205=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F186CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186CD is #0E7932. Grayscale: #ADADAD. Windows color (decimal): -948531 or 13469425. OLE color: 13469425.

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

Color convert

RGB241134205-
CMYK00.440.150.05
HSL320.19º79.26%73.53%-
HSV(B)320.19º44.4%94.51%-
XYZ55.8240.1662.57-
YUV174.09145.45175.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 134 (52.73% from 255) = 23.10%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=41.55%
G=23.10%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113420500.440.150.05320.1979.2673.53
HexF186CD02CF51404f4a
Octal361206315054175500117112
Binary1111000110000110110011010101100111110110100000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186CD; }

 p { color: rgb(241,134,205); }

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

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

 a { background-color: rgb(241,134,205); }

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

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

 span { border-color: rgb(241,134,205); }

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