#F1748B

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

Shades of Deep Blush #F1748B

Tints of Deep Blush #F1748B

Color information

#F1748B (or 0xF1748B) is unknown color: approx Deep Blush. HEX triplet: F1, 74 and 8B. RGB value is (241,116,139). Sum of RGB (Red+Green+Blue) = 241+116+139=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1748B is #0E8B74. Grayscale: #9C9C9C. Windows color (decimal): -953205 or 9139441. OLE color: 9139441.

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

Color convert

RGB241116139-
CMYK00.520.420.05
HSL348.96º81.7%70%-
HSV(B)348.96º51.87%94.51%-
XYZ47.1833.0628.32-
YUV156118.41188.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 116 (45.70% from 255) = 23.39%
BLUE value IS 139 (54.69% from 255) = 28.02%
R=48.59%
G=23.39%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111613900.520.420.05348.9681.770
HexF1748B0342A515d5246
Octal361164213064525535122106
Binary11110001111010010001011011010010101010110101110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1748B; }

 p { color: rgb(241,116,139); }

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

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

 a { background-color: rgb(241,116,139); }

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

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

 span { border-color: rgb(241,116,139); }

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