#F692C6

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

Shades of Tea Rose #F692C6

Tints of Tea Rose #F692C6

Color information

#F692C6 (or 0xF692C6) is unknown color: approx Tea Rose. HEX triplet: F6, 92 and C6. RGB value is (246,146,198). Sum of RGB (Red+Green+Blue) = 246+146+198=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F692C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692C6 is #096D39. Grayscale: #B5B5B5. Windows color (decimal): -617786 or 13013750. OLE color: 13013750.

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

Color convert

RGB246146198-
CMYK00.410.200.04
HSL328.8º84.75%76.86%-
HSV(B)328.8º40.65%96.47%-
XYZ58.4844.2358.88-
YUV181.83137.13173.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.69%
GREEN value IS 146 (57.42% from 255) = 24.75%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=41.69%
G=24.75%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614619800.410.200.04328.884.7576.86
HexF692C6029144149554d
Octal366222306051244511125115
Binary11110110100100101100011001010011010010010100100110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F692C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F692C6; }

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

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

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

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

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

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

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

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