#F17195

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

Shades of Deep Blush #F17195

Tints of Deep Blush #F17195

Color information

#F17195 (or 0xF17195) is unknown color: approx Deep Blush. HEX triplet: F1, 71 and 95. RGB value is (241,113,149). Sum of RGB (Red+Green+Blue) = 241+113+149=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F17195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17195 is #0E8E6A. Grayscale: #9B9B9B. Windows color (decimal): -953963 or 9794033. OLE color: 9794033.

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

Color convert

RGB241113149-
CMYK00.530.380.05
HSL343.12º82.05%69.41%-
HSV(B)343.12º53.11%94.51%-
XYZ47.6132.6832.23-
YUV155.38124.41189.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 113 (44.53% from 255) = 22.47%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=47.91%
G=22.47%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111314900.530.380.05343.1282.0569.41
HexF171950352651575245
Octal361161225065465527122105
Binary11110001111000110010101011010110011010110101011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17195; }

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

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

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

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

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

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

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

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