Html Css Color HEX #F0768A Deep Blush

📋 copy color: '#F0768A'

red 240 ◦ green 118 ◦ blue 138

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

Shades of Deep Blush #F0768A

Tints of Deep Blush #F0768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.79%

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

R = 48.39%
G = 23.79%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0768A (or 0xF0768A) is known color: Deep Blush. HEX triplet: F0, 76 and 8A. RGB value is (240,118,138). Sum of RGB (Red+Green+Blue) = 240+118+138=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0768A is #0F8975. Grayscale: #9C9C9C. Windows color (decimal): -1018230 or 9074416. OLE color: 9074416.

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

Color convert

RGB 240 118 138 -
CMYK 0 0.51 0.42 0.06
HSL 350.16º 0.8% 0.7% -
HSV(B) 350.16º 0.51% 0.94% -
XYZ 47 33.32 28 -
YUV 156.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 240 118 138 0 0.51 0.42 0.06 350.16 0.8 0.7
Hex F0 76 8A 0 33 2A 6 15E 50 46
Octal 360 166 212 0 63 52 6 536 120 106
Binary 11110000 1110110 10001010 0 110011 101010 110 101011110 1010000 1000110

Color Harmonies of #F0768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0768A

Black with #F0768A

Text Example


Text Example

White with #F0768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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