#F181CA

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

Shades of Tea Rose #F181CA

Tints of Tea Rose #F181CA

Color information

#F181CA (or 0xF181CA) is unknown color: approx Tea Rose. HEX triplet: F1, 81 and CA. RGB value is (241,129,202). Sum of RGB (Red+Green+Blue) = 241+129+202=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F181CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181CA is #0E7E35. Grayscale: #AAAAAA. Windows color (decimal): -949814 or 13271537. OLE color: 13271537.

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

Color convert

RGB241129202-
CMYK00.460.160.05
HSL320.89º80%72.55%-
HSV(B)320.89º46.47%94.51%-
XYZ54.7938.6760.45-
YUV170.81145.61178.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 129 (50.78% from 255) = 22.55%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=42.13%
G=22.55%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112920200.460.160.05320.898072.55
HexF181CA02E1051415049
Octal361201312056205501120111
Binary11110001100000011100101001011101000010110100000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F181CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F181CA; }

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

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

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

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

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

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

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

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