#F7768A

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

Shades of Deep Blush #F7768A

Tints of Deep Blush #F7768A

Color information

#F7768A (or 0xF7768A) is unknown color: approx Deep Blush. HEX triplet: F7, 76 and 8A. RGB value is (247,118,138). Sum of RGB (Red+Green+Blue) = 247+118+138=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F7768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7768A is #088975. Grayscale: #9E9E9E. Windows color (decimal): -559478 or 9074423. OLE color: 9074423.

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

Color convert

RGB247118138-
CMYK00.520.440.03
HSL350.7º88.97%71.57%-
HSV(B)350.7º52.23%96.86%-
XYZ49.4234.5728.11-
YUV158.85116.24190.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.11%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=49.11%
G=23.46%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711813800.520.440.03350.788.9771.57
HexF7768A0342C315f5948
Octal367166212064543537131110
Binary1111011111101101000101001101001011001110101111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7768A; }

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

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

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

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

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

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

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

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