#F691CB

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

Shades of Tea Rose #F691CB

Tints of Tea Rose #F691CB

Color information

#F691CB (or 0xF691CB) is unknown color: approx Tea Rose. HEX triplet: F6, 91 and CB. RGB value is (246,145,203). Sum of RGB (Red+Green+Blue) = 246+145+203=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F691CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691CB is #096E34. Grayscale: #B5B5B5. Windows color (decimal): -618037 or 13341174. OLE color: 13341174.

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

Color convert

RGB246145203-
CMYK00.410.170.04
HSL325.54º84.87%76.67%-
HSV(B)325.54º41.06%96.47%-
XYZ58.9144.1661.92-
YUV181.81139.96173.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.41%
GREEN value IS 145 (57.03% from 255) = 24.41%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=41.41%
G=24.41%
B=34.18%

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
Decimal24614520300.410.170.04325.5484.8776.67
HexF691CB029114146554d
Octal366221313051214506125115
Binary11110110100100011100101101010011000110010100011010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691CB; }

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

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

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

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

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

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

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

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