#F691CA

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

Shades of Tea Rose #F691CA

Tints of Tea Rose #F691CA

Color information

#F691CA (or 0xF691CA) is unknown color: approx Tea Rose. HEX triplet: F6, 91 and CA. RGB value is (246,145,202). Sum of RGB (Red+Green+Blue) = 246+145+202=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F691CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691CA is #096E35. Grayscale: #B5B5B5. Windows color (decimal): -618038 or 13275638. OLE color: 13275638.

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

Color convert

RGB246145202-
CMYK00.410.180.04
HSL326.14º84.87%76.67%-
HSV(B)326.14º41.06%96.47%-
XYZ58.7944.1161.29-
YUV181.7139.46173.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.48%
GREEN value IS 145 (57.03% from 255) = 24.45%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=41.48%
G=24.45%
B=34.06%

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
Decimal24614520200.410.180.04326.1484.8776.67
HexF691CA029124146554d
Octal366221312051224506125115
Binary11110110100100011100101001010011001010010100011010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691CA; }

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

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

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

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

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

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

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

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