Html Css Color HEX #F0778C Deep Blush

📋 copy color: '#F0778C'

red 240 ◦ green 119 ◦ blue 140

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

Shades of Deep Blush #F0778C

Tints of Deep Blush #F0778C

RGB

 RED value IS 240 (94.14% from 255) = 48.1%

 GREEN value IS 119 (46.88% from 255) = 23.85%

 BLUE value IS 140 (55.08% from 255) = 28.06%

R = 48.1%
G = 23.85%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0778C (or 0xF0778C) is known color: Deep Blush. HEX triplet: F0, 77 and 8C. RGB value is (240,119,140). Sum of RGB (Red+Green+Blue) = 240+119+140=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0778C is #0F8873. Grayscale: #9D9D9D. Windows color (decimal): -1017972 or 9205744. OLE color: 9205744.

HSL color Cylindrical-coordinate representation of color #F0778C: hue angle of 349.59º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0778C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 140 -
CMYK 0 0.50 0.42 0.06
HSL 349.59º 0.8% 0.7% -
HSV(B) 349.59º 0.5% 0.94% -
XYZ 47.27 33.61 28.81 -
YUV 157.57 118.09 186.79 -
System Red Green Blue C M Y K H S L
Decimal 240 119 140 0 0.50 0.42 0.06 349.59 0.8 0.7
Hex F0 77 8C 0 32 2A 6 15E 50 46
Octal 360 167 214 0 62 52 6 536 120 106
Binary 11110000 1110111 10001100 0 110010 101010 110 101011110 1010000 1000110

Color Harmonies of #F0778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0778C

Black with #F0778C

Text Example


Text Example

White with #F0778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0778C; }

 p { color: rgb(240,119,140); }

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

background-color css

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

 a { background-color: rgb(240,119,140); }

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

border-color css

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

 span { border-color: rgb(240,119,140); }

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