#F1678D

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

Shades of Deep Blush #F1678D

Tints of Deep Blush #F1678D

Color information

#F1678D (or 0xF1678D) is unknown color: approx Deep Blush. HEX triplet: F1, 67 and 8D. RGB value is (241,103,141). Sum of RGB (Red+Green+Blue) = 241+103+141=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1678D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1678D is #0E9872. Grayscale: #949494. Windows color (decimal): -956531 or 9267185. OLE color: 9267185.

HSL color Cylindrical-coordinate representation of color #F1678D: hue angle of 343.48º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1678D is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241103141-
CMYK00.570.410.05
HSL343.48º83.13%67.45%-
HSV(B)343.48º57.26%94.51%-
XYZ45.9330.3228.63-
YUV148.59123.72193.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 103 (40.62% from 255) = 21.24%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=49.69%
G=21.24%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110314100.570.410.05343.4883.1367.45
HexF1678D0392951575343
Octal361147215071515527123103
Binary11110001110011110001101011100110100110110101011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1678D; }

 p { color: rgb(241,103,141); }

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

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

 a { background-color: rgb(241,103,141); }

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

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

 span { border-color: rgb(241,103,141); }

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