#F782C1

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

Shades of Tea Rose #F782C1

Tints of Tea Rose #F782C1

Color information

#F782C1 (or 0xF782C1) is unknown color: approx Tea Rose. HEX triplet: F7, 82 and C1. RGB value is (247,130,193). Sum of RGB (Red+Green+Blue) = 247+130+193=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F782C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782C1 is #087D3E. Grayscale: #ACACAC. Windows color (decimal): -556351 or 12681975. OLE color: 12681975.

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

Color convert

RGB247130193-
CMYK00.470.220.03
HSL327.69º87.97%73.92%-
HSV(B)327.69º47.37%96.86%-
XYZ55.9739.5955.14-
YUV172.17139.76181.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 130 (51.17% from 255) = 22.81%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=43.33%
G=22.81%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713019300.470.220.03327.6987.9773.92
HexF782C102F163148584a
Octal367202301057263510130112
Binary1111011110000010110000010101111101101110100100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F782C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F782C1; }

 p { color: rgb(247,130,193); }

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

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

 a { background-color: rgb(247,130,193); }

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

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

 span { border-color: rgb(247,130,193); }

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