#F1688E

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

Shades of Deep Blush #F1688E

Tints of Deep Blush #F1688E

Color information

#F1688E (or 0xF1688E) is unknown color: approx Deep Blush. HEX triplet: F1, 68 and 8E. RGB value is (241,104,142). Sum of RGB (Red+Green+Blue) = 241+104+142=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1688E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1688E is #0E9771. Grayscale: #959595. Windows color (decimal): -956274 or 9332977. OLE color: 9332977.

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

Color convert

RGB241104142-
CMYK00.570.410.05
HSL343.36º83.03%67.65%-
HSV(B)343.36º56.85%94.51%-
XYZ46.1130.5529.06-
YUV149.29123.89193.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 104 (41.02% from 255) = 21.36%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=49.49%
G=21.36%
B=29.16%

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
Decimal24110414200.570.410.05343.3683.0367.65
HexF1688E0392951575344
Octal361150216071515527123104
Binary11110001110100010001110011100110100110110101011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1688E; }

 p { color: rgb(241,104,142); }

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

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

 a { background-color: rgb(241,104,142); }

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

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

 span { border-color: rgb(241,104,142); }

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