#F181D0

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

Shades of Tea Rose #F181D0

Tints of Tea Rose #F181D0

Color information

#F181D0 (or 0xF181D0) is unknown color: approx Tea Rose. HEX triplet: F1, 81 and D0. RGB value is (241,129,208). Sum of RGB (Red+Green+Blue) = 241+129+208=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F181D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181D0 is #0E7E2F. Grayscale: #ABABAB. Windows color (decimal): -949808 or 13664753. OLE color: 13664753.

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

Color convert

RGB241129208-
CMYK00.460.140.05
HSL317.68º80%72.55%-
HSV(B)317.68º46.47%94.51%-
XYZ55.5138.9664.27-
YUV171.49148.61177.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 129 (50.78% from 255) = 22.32%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=41.70%
G=22.32%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112920800.460.140.05317.688072.55
HexF181D002EE513e5049
Octal361201320056165476120111
Binary1111000110000001110100000101110111010110011111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F181D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F181D0; }

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

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

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

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

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

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

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

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