#F181C7

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

Shades of Tea Rose #F181C7

Tints of Tea Rose #F181C7

Color information

#F181C7 (or 0xF181C7) is unknown color: approx Tea Rose. HEX triplet: F1, 81 and C7. RGB value is (241,129,199). Sum of RGB (Red+Green+Blue) = 241+129+199=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F181C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181C7 is #0E7E38. Grayscale: #AAAAAA. Windows color (decimal): -949817 or 13074929. OLE color: 13074929.

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

Color convert

RGB241129199-
CMYK00.460.170.05
HSL322.5º80%72.55%-
HSV(B)322.5º46.47%94.51%-
XYZ54.4338.5258.6-
YUV170.47144.11178.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 199 (78.12% from 255) = 34.97%
R=42.36%
G=22.67%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112919900.460.170.05322.58072.55
HexF181C702E1151425049
Octal361201307056215502120111
Binary11110001100000011100011101011101000110110100001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F181C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F181C7; }

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

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

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

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

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

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

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

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