#F17DCB

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

Shades of Tea Rose #F17DCB

Tints of Tea Rose #F17DCB

Color information

#F17DCB (or 0xF17DCB) is unknown color: approx Tea Rose. HEX triplet: F1, 7D and CB. RGB value is (241,125,203). Sum of RGB (Red+Green+Blue) = 241+125+203=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DCB is #0E8234. Grayscale: #A8A8A8. Windows color (decimal): -950837 or 13336049. OLE color: 13336049.

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

Color convert

RGB241125203-
CMYK00.480.160.05
HSL319.66º80.56%71.76%-
HSV(B)319.66º48.13%94.51%-
XYZ54.3937.6860.91-
YUV168.58147.43179.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=42.36%
G=21.97%
B=35.68%

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
Decimal24112520300.480.160.05319.6680.5671.76
HexF17DCB0301051405148
Octal361175313060205500121110
Binary1111000111111011100101101100001000010110100000010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17DCB; }

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

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

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

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

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

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

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

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