#F390CC

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

Shades of Tea Rose #F390CC

Tints of Tea Rose #F390CC

Color information

#F390CC (or 0xF390CC) is unknown color: approx Tea Rose. HEX triplet: F3, 90 and CC. RGB value is (243,144,204). Sum of RGB (Red+Green+Blue) = 243+144+204=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F390CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390CC is #0C6F33. Grayscale: #B4B4B4. Windows color (decimal): -814900 or 13406451. OLE color: 13406451.

HSL color Cylindrical-coordinate representation of color #F390CC: hue angle of 323.64º 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 #F390CC is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243144204-
CMYK00.410.160.05
HSL323.64º80.49%75.88%-
HSV(B)323.64º40.74%95.29%-
XYZ57.8343.3662.45-
YUV180.44141.3172.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.12%
GREEN value IS 144 (56.64% from 255) = 24.37%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=41.12%
G=24.37%
B=34.52%

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
Decimal24314420400.410.160.05323.6480.4975.88
HexF390CC029105144504c
Octal363220314051205504120114
Binary11110011100100001100110001010011000010110100010010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390CC; }

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

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

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

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

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

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

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

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