#F392CF

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

Shades of Tea Rose #F392CF

Tints of Tea Rose #F392CF

Color information

#F392CF (or 0xF392CF) is unknown color: approx Tea Rose. HEX triplet: F3, 92 and CF. RGB value is (243,146,207). Sum of RGB (Red+Green+Blue) = 243+146+207=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F392CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392CF is #0C6D30. Grayscale: #B5B5B5. Windows color (decimal): -814385 or 13603571. OLE color: 13603571.

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

Color convert

RGB243146207-
CMYK00.400.150.05
HSL322.27º80.17%76.27%-
HSV(B)322.27º39.92%95.29%-
XYZ58.544.1264.46-
YUV181.96142.14171.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.77%
GREEN value IS 146 (57.42% from 255) = 24.50%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=40.77%
G=24.50%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314620700.400.150.05322.2780.1776.27
HexF392CF028F5142504c
Octal363222317050175502120114
Binary1111001110010010110011110101000111110110100001010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F392CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F392CF; }

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

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

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

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

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

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

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

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