#F17ED0

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

Shades of Tea Rose #F17ED0

Tints of Tea Rose #F17ED0

Color information

#F17ED0 (or 0xF17ED0) is unknown color: approx Tea Rose. HEX triplet: F1, 7E and D0. RGB value is (241,126,208). Sum of RGB (Red+Green+Blue) = 241+126+208=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ED0 is #0E812F. Grayscale: #A9A9A9. Windows color (decimal): -950576 or 13663985. OLE color: 13663985.

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

Color convert

RGB241126208-
CMYK00.480.140.05
HSL317.22º80.42%71.96%-
HSV(B)317.22º47.72%94.51%-
XYZ55.1238.1864.14-
YUV169.73149.6178.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 126 (49.61% from 255) = 21.91%
BLUE value IS 208 (81.64% from 255) = 36.17%
R=41.91%
G=21.91%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112620800.480.140.05317.2280.4271.96
HexF17ED0030E513d5048
Octal361176320060165475120110
Binary111100011111110110100000110000111010110011110110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17ED0; }

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

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

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

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

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

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

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

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