#F394CC

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

Shades of Tea Rose #F394CC

Tints of Tea Rose #F394CC

Color information

#F394CC (or 0xF394CC) is unknown color: approx Tea Rose. HEX triplet: F3, 94 and CC. RGB value is (243,148,204). Sum of RGB (Red+Green+Blue) = 243+148+204=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F394CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F394CC is #0C6B33. Grayscale: #B6B6B6. Windows color (decimal): -813876 or 13407475. OLE color: 13407475.

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

Color convert

RGB243148204-
CMYK00.390.160.05
HSL324.63º79.83%76.67%-
HSV(B)324.63º39.09%95.29%-
XYZ58.4544.5962.65-
YUV182.79139.97170.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.84%
GREEN value IS 148 (58.20% from 255) = 24.87%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=40.84%
G=24.87%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314820400.390.160.05324.6379.8376.67
HexF394CC027105145504d
Octal363224314047205505120115
Binary11110011100101001100110001001111000010110100010110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F394CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F394CC; }

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

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

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

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

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

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

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

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