#F17DC6

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

Shades of Tea Rose #F17DC6

Tints of Tea Rose #F17DC6

Color information

#F17DC6 (or 0xF17DC6) is unknown color: approx Tea Rose. HEX triplet: F1, 7D and C6. RGB value is (241,125,198). Sum of RGB (Red+Green+Blue) = 241+125+198=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DC6 is #0E8239. Grayscale: #A7A7A7. Windows color (decimal): -950842 or 13008369. OLE color: 13008369.

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

Color convert

RGB241125198-
CMYK00.480.180.05
HSL322.24º80.56%71.76%-
HSV(B)322.24º48.13%94.51%-
XYZ53.837.4557.82-
YUV168.01144.93180.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 125 (49.22% from 255) = 22.16%
BLUE value IS 198 (77.73% from 255) = 35.11%
R=42.73%
G=22.16%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112519800.480.180.05322.2480.5671.76
HexF17DC60301251425148
Octal361175306060225502121110
Binary1111000111111011100011001100001001010110100001010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17DC6; }

 p { color: rgb(241,125,198); }

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

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

 a { background-color: rgb(241,125,198); }

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

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

 span { border-color: rgb(241,125,198); }

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