#F17ECA

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

Shades of Tea Rose #F17ECA

Tints of Tea Rose #F17ECA

Color information

#F17ECA (or 0xF17ECA) is unknown color: approx Tea Rose. HEX triplet: F1, 7E and CA. RGB value is (241,126,202). Sum of RGB (Red+Green+Blue) = 241+126+202=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ECA is #0E8135. Grayscale: #A8A8A8. Windows color (decimal): -950582 or 13270769. OLE color: 13270769.

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

Color convert

RGB241126202-
CMYK00.480.160.05
HSL320.35º80.42%71.96%-
HSV(B)320.35º47.72%94.51%-
XYZ54.437.8960.32-
YUV169.05146.6179.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 126 (49.61% from 255) = 22.14%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=42.36%
G=22.14%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112620200.480.160.05320.3580.4271.96
HexF17ECA0301051405048
Octal361176312060205500120110
Binary1111000111111101100101001100001000010110100000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17ECA; }

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

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

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

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

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

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

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

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