Html Css Color HEX #F76A92 Deep Blush

📋 copy color: '#F76A92'

red 247 ◦ green 106 ◦ blue 146

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

Shades of Deep Blush #F76A92

Tints of Deep Blush #F76A92

RGB

 RED value IS 247 (96.88% from 255) = 49.5%

 GREEN value IS 106 (41.8% from 255) = 21.24%

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 49.5%
G = 21.24%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F76A92 (or 0xF76A92) is known color: Deep Blush. HEX triplet: F7, 6A and 92. RGB value is (247,106,146). Sum of RGB (Red+Green+Blue) = 247+106+146=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A92 is #08956D. Grayscale: #989898. Windows color (decimal): -562542 or 9595639. OLE color: 9595639.

HSL color Cylindrical-coordinate representation of color #F76A92: hue angle of 342.98º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76A92 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 106 146 -
CMYK 0 0.57 0.41 0.03
HSL 342.98º 0.9% 0.69% -
HSV(B) 342.98º 0.57% 0.97% -
XYZ 48.7 32.16 30.83 -
YUV 152.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 247 106 146 0 0.57 0.41 0.03 342.98 0.9 0.69
Hex F7 6A 92 0 39 29 3 157 5A 45
Octal 367 152 222 0 71 51 3 527 132 105
Binary 11110111 1101010 10010010 0 111001 101001 11 101010111 1011010 1000101

Color Harmonies of #F76A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A92

Black with #F76A92

Text Example


Text Example

White with #F76A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A92; }

 p { color: rgb(247,106,146); }

 H1.HeaderClassName
 {
   color: #F76A92;
 }
 .AnyTagClassName
 {
   color: #F76A92;
 }
</style>

background-color css

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

 a { background-color: rgb(247,106,146); }

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

border-color css

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

 span { border-color: rgb(247,106,146); }

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