#F187CF

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

Shades of Tea Rose #F187CF

Tints of Tea Rose #F187CF

Color information

#F187CF (or 0xF187CF) is unknown color: approx Tea Rose. HEX triplet: F1, 87 and CF. RGB value is (241,135,207). Sum of RGB (Red+Green+Blue) = 241+135+207=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 135 (53.12% from 255 or 23.16% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F187CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187CF is #0E7830. Grayscale: #AEAEAE. Windows color (decimal): -948273 or 13600753. OLE color: 13600753.

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

Color convert

RGB241135207-
CMYK00.440.140.05
HSL319.25º79.1%73.73%-
HSV(B)319.25º43.98%94.51%-
XYZ56.240.5363.89-
YUV174.9146.12175.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 135 (53.12% from 255) = 23.16%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=41.34%
G=23.16%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113520700.440.140.05319.2579.173.73
HexF187CF02CE513f4f4a
Octal361207317054165477117112
Binary1111000110000111110011110101100111010110011111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F187CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F187CF; }

 p { color: rgb(241,135,207); }

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

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

 a { background-color: rgb(241,135,207); }

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

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

 span { border-color: rgb(241,135,207); }

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