#F691CC

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

Shades of Tea Rose #F691CC

Tints of Tea Rose #F691CC

Color information

#F691CC (or 0xF691CC) is unknown color: approx Tea Rose. HEX triplet: F6, 91 and CC. RGB value is (246,145,204). Sum of RGB (Red+Green+Blue) = 246+145+204=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F691CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691CC is #096E33. Grayscale: #B5B5B5. Windows color (decimal): -618036 or 13406710. OLE color: 13406710.

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

Color convert

RGB246145204-
CMYK00.410.170.04
HSL324.95º84.87%76.67%-
HSV(B)324.95º41.06%96.47%-
XYZ59.0344.262.55-
YUV181.92140.46173.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.34%
GREEN value IS 145 (57.03% from 255) = 24.37%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=41.34%
G=24.37%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614520400.410.170.04324.9584.8776.67
HexF691CC029114145554d
Octal366221314051214505125115
Binary11110110100100011100110001010011000110010100010110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691CC; }

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

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

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

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

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

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

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

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