#F782CD

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

Shades of Tea Rose #F782CD

Tints of Tea Rose #F782CD

Color information

#F782CD (or 0xF782CD) is unknown color: approx Tea Rose. HEX triplet: F7, 82 and CD. RGB value is (247,130,205). Sum of RGB (Red+Green+Blue) = 247+130+205=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F782CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782CD is #087D32. Grayscale: #ADADAD. Windows color (decimal): -556339 or 13468407. OLE color: 13468407.

HSL color Cylindrical-coordinate representation of color #F782CD: hue angle of 321.54º 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 #F782CD is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247130205-
CMYK00.470.170.03
HSL321.54º87.97%73.92%-
HSV(B)321.54º47.37%96.86%-
XYZ57.3640.1562.48-
YUV173.53145.76180.4-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.44%
GREEN value IS 130 (51.17% from 255) = 22.34%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=42.44%
G=22.34%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713020500.470.170.03321.5487.9773.92
HexF782CD02F113142584a
Octal367202315057213502130112
Binary1111011110000010110011010101111100011110100001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F782CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F782CD; }

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

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

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

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

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

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

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

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