#F67886

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

Shades of Deep Blush #F67886

Tints of Deep Blush #F67886

Color information

#F67886 (or 0xF67886) is unknown color: approx Deep Blush. HEX triplet: F6, 78 and 86. RGB value is (246,120,134). Sum of RGB (Red+Green+Blue) = 246+120+134=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F67886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67886 is #098779. Grayscale: #9F9F9F. Windows color (decimal): -624506 or 8812790. OLE color: 8812790.

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

Color convert

RGB246120134-
CMYK00.510.460.04
HSL353.33º87.5%71.76%-
HSV(B)353.33º51.22%96.47%-
XYZ49.0334.7526.68-
YUV159.27113.74189.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.2%
GREEN value IS 120 (47.27% from 255) = 24%
BLUE value IS 134 (52.73% from 255) = 26.8%
R=49.2%
G=24%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612013400.510.460.04353.3387.571.76
HexF678860332E41615848
Octal366170206063564541130110
Binary11110110111100010000110011001110111010010110000110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67886; }

 p { color: rgb(246,120,134); }

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

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

 a { background-color: rgb(246,120,134); }

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

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

 span { border-color: rgb(246,120,134); }

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