#F1768B

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

Shades of Deep Blush #F1768B

Tints of Deep Blush #F1768B

Color information

#F1768B (or 0xF1768B) is unknown color: approx Deep Blush. HEX triplet: F1, 76 and 8B. RGB value is (241,118,139). Sum of RGB (Red+Green+Blue) = 241+118+139=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1768B is #0E8974. Grayscale: #9D9D9D. Windows color (decimal): -952693 or 9139953. OLE color: 9139953.

HSL color Cylindrical-coordinate representation of color #F1768B: hue angle of 349.76º degrees, saturation: 0.81, 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 #F1768B is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB241118139-
CMYK00.510.420.05
HSL349.76º81.46%70.39%-
HSV(B)349.76º51.04%94.51%-
XYZ47.4133.5228.4-
YUV157.17117.75187.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 118 (46.48% from 255) = 23.69%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=48.39%
G=23.69%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111813900.510.420.05349.7681.4670.39
HexF1768B0332A515e5146
Octal361166213063525536121106
Binary11110001111011010001011011001110101010110101111010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1768B; }

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

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

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

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

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

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

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

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