#F785C0

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

Shades of Tea Rose #F785C0

Tints of Tea Rose #F785C0

Color information

#F785C0 (or 0xF785C0) is unknown color: approx Tea Rose. HEX triplet: F7, 85 and C0. RGB value is (247,133,192). Sum of RGB (Red+Green+Blue) = 247+133+192=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F785C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785C0 is #087A3F. Grayscale: #ADADAD. Windows color (decimal): -555584 or 12617207. OLE color: 12617207.

HSL color Cylindrical-coordinate representation of color #F785C0: hue angle of 328.95º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F785C0 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB247133192-
CMYK00.460.220.03
HSL328.95º87.69%74.51%-
HSV(B)328.95º46.15%96.86%-
XYZ56.2640.3554.69-
YUV173.81138.27180.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.18%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 192 (75.39% from 255) = 33.57%
R=43.18%
G=23.25%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713319200.460.220.03328.9587.6974.51
HexF785C002E163149584b
Octal367205300056263511130113
Binary1111011110000101110000000101110101101110100100110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F785C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F785C0; }

 p { color: rgb(247,133,192); }

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

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

 a { background-color: rgb(247,133,192); }

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

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

 span { border-color: rgb(247,133,192); }

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