Html Css Color HEX #F7768A Deep Blush

📋 copy color: '#F7768A'

red 247 ◦ green 118 ◦ blue 138

#F7768A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #F7768A

Tints of Deep Blush #F7768A

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.3% from 255) = 27.44%

R = 49.11%
G = 23.46%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7768A (or 0xF7768A) is known color: 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

RGB 247 118 138 -
CMYK 0 0.52 0.44 0.03
HSL 350.7º 0.89% 0.72% -
HSV(B) 350.7º 0.52% 0.97% -
XYZ 49.42 34.57 28.11 -
YUV 158.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 247 118 138 0 0.52 0.44 0.03 350.7 0.89 0.72
Hex F7 76 8A 0 34 2C 3 15F 59 48
Octal 367 166 212 0 64 54 3 537 131 110
Binary 11110111 1110110 10001010 0 110100 101100 11 101011111 1011001 1001000

Color Harmonies of #F7768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7768A

Black with #F7768A

Text Example


Text Example

White with #F7768A

Text Example


Text Example

HTML Codes & Css Web 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>