#F7758A

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

Shades of Deep Blush #F7758A

Tints of Deep Blush #F7758A

Color information

#F7758A (or 0xF7758A) is unknown color: approx Deep Blush. HEX triplet: F7, 75 and 8A. RGB value is (247,117,138). Sum of RGB (Red+Green+Blue) = 247+117+138=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F7758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7758A is #088A75. Grayscale: #9E9E9E. Windows color (decimal): -559734 or 9074167. OLE color: 9074167.

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

Color convert

RGB247117138-
CMYK00.530.440.03
HSL350.31º89.04%71.37%-
HSV(B)350.31º52.63%96.86%-
XYZ49.3134.3328.07-
YUV158.26116.57191.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.20%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=49.20%
G=23.31%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711713800.530.440.03350.3189.0471.37
HexF7758A0352C315e5947
Octal367165212065543536131107
Binary1111011111101011000101001101011011001110101111010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7758A; }

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

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

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

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

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

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

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

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