#F1718D

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

Shades of Deep Blush #F1718D

Tints of Deep Blush #F1718D

Color information

#F1718D (or 0xF1718D) is unknown color: approx Deep Blush. HEX triplet: F1, 71 and 8D. RGB value is (241,113,141). Sum of RGB (Red+Green+Blue) = 241+113+141=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1718D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1718D is #0E8E72. Grayscale: #9A9A9A. Windows color (decimal): -953971 or 9269745. OLE color: 9269745.

HSL color Cylindrical-coordinate representation of color #F1718D: hue angle of 346.88º 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 #F1718D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241113141-
CMYK00.530.410.05
HSL346.88º82.05%69.41%-
HSV(B)346.88º53.11%94.51%-
XYZ46.9932.4328.98-
YUV154.46120.41189.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=48.69%
G=22.83%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111314100.530.410.05346.8882.0569.41
HexF1718D03529515b5245
Octal361161215065515533122105
Binary11110001111000110001101011010110100110110101101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1718D; }

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

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

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

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

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

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

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

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