#F390CD

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

Shades of Tea Rose #F390CD

Tints of Tea Rose #F390CD

Color information

#F390CD (or 0xF390CD) is unknown color: approx Tea Rose. HEX triplet: F3, 90 and CD. RGB value is (243,144,205). Sum of RGB (Red+Green+Blue) = 243+144+205=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F390CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390CD is #0C6F32. Grayscale: #B4B4B4. Windows color (decimal): -814899 or 13471987. OLE color: 13471987.

HSL color Cylindrical-coordinate representation of color #F390CD: hue angle of 323.03º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390CD is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243144205-
CMYK00.410.160.05
HSL323.03º80.49%75.88%-
HSV(B)323.03º40.74%95.29%-
XYZ57.9543.4163.08-
YUV180.56141.8172.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 144 (56.64% from 255) = 24.32%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=41.05%
G=24.32%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314420500.410.160.05323.0380.4975.88
HexF390CD029105143504c
Octal363220315051205503120114
Binary11110011100100001100110101010011000010110100001110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390CD; }

 p { color: rgb(243,144,205); }

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

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

 a { background-color: rgb(243,144,205); }

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

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

 span { border-color: rgb(243,144,205); }

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