Html Css Color HEX #F0788A Deep Blush

📋 copy color: '#F0788A'

red 240 ◦ green 120 ◦ blue 138

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

Shades of Deep Blush #F0788A

Tints of Deep Blush #F0788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.1%

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

R = 48.19%
G = 24.1%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0788A (or 0xF0788A) is known color: Deep Blush. HEX triplet: F0, 78 and 8A. RGB value is (240,120,138). Sum of RGB (Red+Green+Blue) = 240+120+138=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0788A is #0F8775. Grayscale: #9D9D9D. Windows color (decimal): -1017718 or 9074928. OLE color: 9074928.

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

Color convert

RGB 240 120 138 -
CMYK 0 0.5 0.42 0.06
HSL 351º 0.8% 0.71% -
HSV(B) 351º 0.5% 0.94% -
XYZ 47.24 33.79 28.08 -
YUV 157.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 240 120 138 0 0.5 0.42 0.06 351 0.8 0.71
Hex F0 78 8A 0 32 2A 6 15F 50 47
Octal 360 170 212 0 62 52 6 537 120 107
Binary 11110000 1111000 10001010 0 110010 101010 110 101011111 1010000 1000111

Color Harmonies of #F0788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0788A

Black with #F0788A

Text Example


Text Example

White with #F0788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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