Html Css Color HEX #F76F8F Deep Blush

📋 copy color: '#F76F8F'

red 247 ◦ green 111 ◦ blue 143

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

Shades of Deep Blush #F76F8F

Tints of Deep Blush #F76F8F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 49.3%
G = 22.16%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F76F8F (or 0xF76F8F) is known color: Deep Blush. HEX triplet: F7, 6F and 8F. RGB value is (247,111,143). Sum of RGB (Red+Green+Blue) = 247+111+143=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76F8F is #089070. Grayscale: #9B9B9B. Windows color (decimal): -561265 or 9400311. OLE color: 9400311.

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

Color convert

RGB 247 111 143 -
CMYK 0 0.55 0.42 0.03
HSL 345.88º 0.89% 0.7% -
HSV(B) 345.88º 0.55% 0.97% -
XYZ 49 33.13 29.8 -
YUV 155.31 121.06 193.4 -
System Red Green Blue C M Y K H S L
Decimal 247 111 143 0 0.55 0.42 0.03 345.88 0.89 0.7
Hex F7 6F 8F 0 37 2A 3 15A 59 46
Octal 367 157 217 0 67 52 3 532 131 106
Binary 11110111 1101111 10001111 0 110111 101010 11 101011010 1011001 1000110

Color Harmonies of #F76F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76F8F

Black with #F76F8F

Text Example


Text Example

White with #F76F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76F8F; }

 p { color: rgb(247,111,143); }

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

background-color css

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

 a { background-color: rgb(247,111,143); }

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

border-color css

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

 span { border-color: rgb(247,111,143); }

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