Html Css Color HEX #F76993 Deep Blush

📋 copy color: '#F76993'

red 247 ◦ green 105 ◦ blue 147

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

Shades of Deep Blush #F76993

Tints of Deep Blush #F76993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.04%

 BLUE value IS 147 (57.81% from 255) = 29.46%

R = 49.5%
G = 21.04%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F76993 (or 0xF76993) is known color: Deep Blush. HEX triplet: F7, 69 and 93. RGB value is (247,105,147). Sum of RGB (Red+Green+Blue) = 247+105+147=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F76993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76993 is #08966C. Grayscale: #989898. Windows color (decimal): -562797 or 9660919. OLE color: 9660919.

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

Color convert

RGB 247 105 147 -
CMYK 0 0.57 0.40 0.03
HSL 342.25º 0.9% 0.69% -
HSV(B) 342.25º 0.57% 0.97% -
XYZ 48.68 31.98 31.21 -
YUV 152.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 247 105 147 0 0.57 0.40 0.03 342.25 0.9 0.69
Hex F7 69 93 0 39 28 3 156 5A 45
Octal 367 151 223 0 71 50 3 526 132 105
Binary 11110111 1101001 10010011 0 111001 101000 11 101010110 1011010 1000101

Color Harmonies of #F76993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76993

Black with #F76993

Text Example


Text Example

White with #F76993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76993; }

 p { color: rgb(247,105,147); }

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

background-color css

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

 a { background-color: rgb(247,105,147); }

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

border-color css

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

 span { border-color: rgb(247,105,147); }

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