#F486CD

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

Shades of Tea Rose #F486CD

Tints of Tea Rose #F486CD

Color information

#F486CD (or 0xF486CD) is unknown color: approx Tea Rose. HEX triplet: F4, 86 and CD. RGB value is (244,134,205). Sum of RGB (Red+Green+Blue) = 244+134+205=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 244 - color contains mainly: red. Hex color #F486CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486CD is #0B7932. Grayscale: #AEAEAE. Windows color (decimal): -751923 or 13469428. OLE color: 13469428.

HSL color Cylindrical-coordinate representation of color #F486CD: hue angle of 321.27º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F486CD is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244134205-
CMYK00.450.160.04
HSL321.27º83.33%74.12%-
HSV(B)321.27º45.08%95.69%-
XYZ56.8540.6962.62-
YUV174.98144.94177.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.85%
GREEN value IS 134 (52.73% from 255) = 22.98%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=41.85%
G=22.98%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413420500.450.160.04321.2783.3374.12
HexF486CD02D104141534a
Octal364206315055204501123112
Binary11110100100001101100110101011011000010010100000110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F486CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F486CD; }

 p { color: rgb(244,134,205); }

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

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

 a { background-color: rgb(244,134,205); }

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

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

 span { border-color: rgb(244,134,205); }

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