#F691C5

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

Shades of Tea Rose #F691C5

Tints of Tea Rose #F691C5

Color information

#F691C5 (or 0xF691C5) is unknown color: approx Tea Rose. HEX triplet: F6, 91 and C5. RGB value is (246,145,197). Sum of RGB (Red+Green+Blue) = 246+145+197=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F691C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691C5 is #096E3A. Grayscale: #B5B5B5. Windows color (decimal): -618043 or 12947958. OLE color: 12947958.

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

Color convert

RGB246145197-
CMYK00.410.200.04
HSL329.11º84.87%76.67%-
HSV(B)329.11º41.06%96.47%-
XYZ58.2143.8758.22-
YUV181.13136.96174.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.84%
GREEN value IS 145 (57.03% from 255) = 24.66%
BLUE value IS 197 (77.34% from 255) = 33.50%
R=41.84%
G=24.66%
B=33.50%

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
Decimal24614519700.410.200.04329.1184.8776.67
HexF691C5029144149554d
Octal366221305051244511125115
Binary11110110100100011100010101010011010010010100100110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691C5; }

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

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

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

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

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

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

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

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