#F1758D

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

Shades of Deep Blush #F1758D

Tints of Deep Blush #F1758D

Color information

#F1758D (or 0xF1758D) is unknown color: approx Deep Blush. HEX triplet: F1, 75 and 8D. RGB value is (241,117,141). Sum of RGB (Red+Green+Blue) = 241+117+141=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1758D is #0E8A72. Grayscale: #9C9C9C. Windows color (decimal): -952947 or 9270769. OLE color: 9270769.

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

Color convert

RGB241117141-
CMYK00.510.410.05
HSL348.39º81.58%70.2%-
HSV(B)348.39º51.45%94.51%-
XYZ47.4433.3529.14-
YUV156.81119.08188.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.30%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=48.30%
G=23.45%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111714100.510.410.05348.3981.5870.2
HexF1758D03329515c5246
Octal361165215063515534122106
Binary11110001111010110001101011001110100110110101110010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1758D; }

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

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

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

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

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

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

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

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