Html Css Color HEX #F0778A Deep Blush

📋 copy color: '#F0778A'

red 240 ◦ green 119 ◦ blue 138

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

Shades of Deep Blush #F0778A

Tints of Deep Blush #F0778A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 48.29%
G = 23.94%
B = 27.77%

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

#F0778A (or 0xF0778A) is known color: Deep Blush. HEX triplet: F0, 77 and 8A. RGB value is (240,119,138). Sum of RGB (Red+Green+Blue) = 240+119+138=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0778A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0778A is #0F8875. Grayscale: #9D9D9D. Windows color (decimal): -1017974 or 9074672. OLE color: 9074672.

HSL color Cylindrical-coordinate representation of color #F0778A: hue angle of 350.58º 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 #F0778A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 138 -
CMYK 0 0.50 0.42 0.06
HSL 350.58º 0.8% 0.7% -
HSV(B) 350.58º 0.5% 0.94% -
XYZ 47.12 33.55 28.04 -
YUV 157.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 240 119 138 0 0.50 0.42 0.06 350.58 0.8 0.7
Hex F0 77 8A 0 32 2A 6 15F 50 46
Octal 360 167 212 0 62 52 6 537 120 106
Binary 11110000 1110111 10001010 0 110010 101010 110 101011111 1010000 1000110

Color Harmonies of #F0778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0778A

Black with #F0778A

Text Example


Text Example

White with #F0778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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