#F692C8

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

Shades of Tea Rose #F692C8

Tints of Tea Rose #F692C8

Color information

#F692C8 (or 0xF692C8) is unknown color: approx Tea Rose. HEX triplet: F6, 92 and C8. RGB value is (246,146,200). Sum of RGB (Red+Green+Blue) = 246+146+200=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F692C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692C8 is #096D37. Grayscale: #B5B5B5. Windows color (decimal): -617784 or 13144822. OLE color: 13144822.

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

Color convert

RGB246146200-
CMYK00.410.190.04
HSL327.6º84.75%76.86%-
HSV(B)327.6º40.65%96.47%-
XYZ58.7144.3260.1-
YUV182.06138.13173.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.55%
GREEN value IS 146 (57.42% from 255) = 24.66%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=41.55%
G=24.66%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614620000.410.190.04327.684.7576.86
HexF692C8029134148554d
Octal366222310051234510125115
Binary11110110100100101100100001010011001110010100100010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F692C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F692C8; }

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

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

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

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

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

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

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

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