#F390CF

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

Shades of Tea Rose #F390CF

Tints of Tea Rose #F390CF

Color information

#F390CF (or 0xF390CF) is unknown color: approx Tea Rose. HEX triplet: F3, 90 and CF. RGB value is (243,144,207). Sum of RGB (Red+Green+Blue) = 243+144+207=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F390CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390CF is #0C6F30. Grayscale: #B4B4B4. Windows color (decimal): -814897 or 13603059. OLE color: 13603059.

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

Color convert

RGB243144207-
CMYK00.410.150.05
HSL321.82º80.49%75.88%-
HSV(B)321.82º40.74%95.29%-
XYZ58.243.5164.36-
YUV180.78142.8172.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.91%
GREEN value IS 144 (56.64% from 255) = 24.24%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=40.91%
G=24.24%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314420700.410.150.05321.8280.4975.88
HexF390CF029F5142504c
Octal363220317051175502120114
Binary1111001110010000110011110101001111110110100001010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390CF; }

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

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

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

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

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

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

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

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