#F6728D

Color #F6728D Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #F6728D

Tints of Deep Blush #F6728D

Color information

#F6728D (or 0xF6728D) is unknown color: approx Deep Blush. HEX triplet: F6, 72 and 8D. RGB value is (246,114,141). Sum of RGB (Red+Green+Blue) = 246+114+141=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6728D is #098D72. Grayscale: #9C9C9C. Windows color (decimal): -626035 or 9270006. OLE color: 9270006.

HSL color Cylindrical-coordinate representation of color #F6728D: hue angle of 347.73º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6728D is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB246114141-
CMYK00.540.430.04
HSL347.73º88%70.59%-
HSV(B)347.73º53.66%96.47%-
XYZ48.8333.5529.1-
YUV156.55119.23191.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.10%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 141 (55.47% from 255) = 28.14%
R=49.10%
G=22.75%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611414100.540.430.04347.738870.59
HexF6728D0362B415c5847
Octal366162215066534534130107
Binary11110110111001010001101011011010101110010101110010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6728D; }

 p { color: rgb(246,114,141); }

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

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

 a { background-color: rgb(246,114,141); }

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

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

 span { border-color: rgb(246,114,141); }

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