#F691C9

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

Shades of Tea Rose #F691C9

Tints of Tea Rose #F691C9

Color information

#F691C9 (or 0xF691C9) is unknown color: approx Tea Rose. HEX triplet: F6, 91 and C9. RGB value is (246,145,201). Sum of RGB (Red+Green+Blue) = 246+145+201=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F691C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691C9 is #096E36. Grayscale: #B5B5B5. Windows color (decimal): -618039 or 13210102. OLE color: 13210102.

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

Color convert

RGB246145201-
CMYK00.410.180.04
HSL326.73º84.87%76.67%-
HSV(B)326.73º41.06%96.47%-
XYZ58.6744.0660.67-
YUV181.58138.96173.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.55%
GREEN value IS 145 (57.03% from 255) = 24.49%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=41.55%
G=24.49%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614520100.410.180.04326.7384.8776.67
HexF691C9029124147554d
Octal366221311051224507125115
Binary11110110100100011100100101010011001010010100011110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691C9; }

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

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

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

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

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

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

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

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