#F7758D

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

Shades of Deep Blush #F7758D

Tints of Deep Blush #F7758D

Color information

#F7758D (or 0xF7758D) is unknown color: approx Deep Blush. HEX triplet: F7, 75 and 8D. RGB value is (247,117,141). Sum of RGB (Red+Green+Blue) = 247+117+141=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F7758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7758D is #088A72. Grayscale: #9E9E9E. Windows color (decimal): -559731 or 9270775. OLE color: 9270775.

HSL color Cylindrical-coordinate representation of color #F7758D: hue angle of 348.92º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7758D is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB247117141-
CMYK00.530.430.03
HSL348.92º89.04%71.37%-
HSV(B)348.92º52.63%96.86%-
XYZ49.5334.4229.23-
YUV158.61118.07191.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.91%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=48.91%
G=23.17%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711714100.530.430.03348.9289.0471.37
HexF7758D0352B315d5947
Octal367165215065533535131107
Binary1111011111101011000110101101011010111110101110110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7758D; }

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

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

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

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

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

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

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

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