#F691CE

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

Shades of Tea Rose #F691CE

Tints of Tea Rose #F691CE

Color information

#F691CE (or 0xF691CE) is unknown color: approx Tea Rose. HEX triplet: F6, 91 and CE. RGB value is (246,145,206). Sum of RGB (Red+Green+Blue) = 246+145+206=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F691CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691CE is #096E31. Grayscale: #B6B6B6. Windows color (decimal): -618034 or 13537782. OLE color: 13537782.

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

Color convert

RGB246145206-
CMYK00.410.160.04
HSL323.76º84.87%76.67%-
HSV(B)323.76º41.06%96.47%-
XYZ59.2744.363.82-
YUV182.15141.46173.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.21%
GREEN value IS 145 (57.03% from 255) = 24.29%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=41.21%
G=24.29%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614520600.410.160.04323.7684.8776.67
HexF691CE029104144554d
Octal366221316051204504125115
Binary11110110100100011100111001010011000010010100010010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691CE; }

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

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

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

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

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

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

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

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