#F181D1

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

Shades of Tea Rose #F181D1

Tints of Tea Rose #F181D1

Color information

#F181D1 (or 0xF181D1) is unknown color: approx Tea Rose. HEX triplet: F1, 81 and D1. RGB value is (241,129,209). Sum of RGB (Red+Green+Blue) = 241+129+209=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F181D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181D1 is #0E7E2E. Grayscale: #ABABAB. Windows color (decimal): -949807 or 13730289. OLE color: 13730289.

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

Color convert

RGB241129209-
CMYK00.460.130.05
HSL317.14º80%72.55%-
HSV(B)317.14º46.47%94.51%-
XYZ55.633964.92-
YUV171.61149.11177.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 129 (50.78% from 255) = 22.28%
BLUE value IS 209 (82.03% from 255) = 36.10%
R=41.62%
G=22.28%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112920900.460.130.05317.148072.55
HexF181D102ED513d5049
Octal361201321056155475120111
Binary1111000110000001110100010101110110110110011110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F181D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F181D1; }

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

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

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

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

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

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

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

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