#F691C3

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

Shades of Tea Rose #F691C3

Tints of Tea Rose #F691C3

Color information

#F691C3 (or 0xF691C3) is unknown color: approx Tea Rose. HEX triplet: F6, 91 and C3. RGB value is (246,145,195). Sum of RGB (Red+Green+Blue) = 246+145+195=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F691C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691C3 is #096E3C. Grayscale: #B4B4B4. Windows color (decimal): -618045 or 12816886. OLE color: 12816886.

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

Color convert

RGB246145195-
CMYK00.410.210.04
HSL330.3º84.87%76.67%-
HSV(B)330.3º41.06%96.47%-
XYZ57.9843.7857.02-
YUV180.9135.96174.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.98%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 195 (76.56% from 255) = 33.28%
R=41.98%
G=24.74%
B=33.28%

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
Decimal24614519500.410.210.04330.384.8776.67
HexF691C302915414a554d
Octal366221303051254512125115
Binary11110110100100011100001101010011010110010100101010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691C3; }

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

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

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

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

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

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

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

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