#F390C4

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

Shades of Tea Rose #F390C4

Tints of Tea Rose #F390C4

Color information

#F390C4 (or 0xF390C4) is unknown color: approx Tea Rose. HEX triplet: F3, 90 and C4. RGB value is (243,144,196). Sum of RGB (Red+Green+Blue) = 243+144+196=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F390C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390C4 is #0C6F3B. Grayscale: #B3B3B3. Windows color (decimal): -814908 or 12882163. OLE color: 12882163.

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

Color convert

RGB243144196-
CMYK00.410.190.05
HSL328.48º80.49%75.88%-
HSV(B)328.48º40.74%95.29%-
XYZ56.942.9957.52-
YUV179.53137.3173.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.68%
GREEN value IS 144 (56.64% from 255) = 24.70%
BLUE value IS 196 (76.95% from 255) = 33.62%
R=41.68%
G=24.70%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314419600.410.190.05328.4880.4975.88
HexF390C4029135148504c
Octal363220304051235510120114
Binary11110011100100001100010001010011001110110100100010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390C4; }

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

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

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

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

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

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

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

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