#F692C3

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

Shades of Tea Rose #F692C3

Tints of Tea Rose #F692C3

Color information

#F692C3 (or 0xF692C3) is unknown color: approx Tea Rose. HEX triplet: F6, 92 and C3. RGB value is (246,146,195). Sum of RGB (Red+Green+Blue) = 246+146+195=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F692C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692C3 is #096D3C. Grayscale: #B5B5B5. Windows color (decimal): -617789 or 12817142. OLE color: 12817142.

HSL color Cylindrical-coordinate representation of color #F692C3: hue angle of 330.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F692C3 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB246146195-
CMYK00.410.210.04
HSL330.6º84.75%76.86%-
HSV(B)330.6º40.65%96.47%-
XYZ58.1444.0957.08-
YUV181.49135.63174.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 146 (57.42% from 255) = 24.87%
BLUE value IS 195 (76.56% from 255) = 33.22%
R=41.91%
G=24.87%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614619500.410.210.04330.684.7576.86
HexF692C302915414b554d
Octal366222303051254513125115
Binary11110110100100101100001101010011010110010100101110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F692C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F692C3; }

 p { color: rgb(246,146,195); }

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

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

 a { background-color: rgb(246,146,195); }

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

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

 span { border-color: rgb(246,146,195); }

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