#F1718C

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

Shades of Deep Blush #F1718C

Tints of Deep Blush #F1718C

Color information

#F1718C (or 0xF1718C) is unknown color: approx Deep Blush. HEX triplet: F1, 71 and 8C. RGB value is (241,113,140). Sum of RGB (Red+Green+Blue) = 241+113+140=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1718C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1718C is #0E8E73. Grayscale: #9A9A9A. Windows color (decimal): -953972 or 9204209. OLE color: 9204209.

HSL color Cylindrical-coordinate representation of color #F1718C: hue angle of 347.34º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1718C is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB241113140-
CMYK00.530.420.05
HSL347.34º82.05%69.41%-
HSV(B)347.34º53.11%94.51%-
XYZ46.9132.428.59-
YUV154.35119.91189.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=48.79%
G=22.87%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111314000.530.420.05347.3482.0569.41
HexF1718C0352A515b5245
Octal361161214065525533122105
Binary11110001111000110001100011010110101010110101101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1718C; }

 p { color: rgb(241,113,140); }

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

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

 a { background-color: rgb(241,113,140); }

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

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

 span { border-color: rgb(241,113,140); }

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