Html Css Color HEX #F0768B Deep Blush

📋 copy color: '#F0768B'

red 240 ◦ green 118 ◦ blue 139

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

Shades of Deep Blush #F0768B

Tints of Deep Blush #F0768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 48.29%
G = 23.74%
B = 27.97%

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

#F0768B (or 0xF0768B) is known color: Deep Blush. HEX triplet: F0, 76 and 8B. RGB value is (240,118,139). Sum of RGB (Red+Green+Blue) = 240+118+139=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0768B is #0F8974. Grayscale: #9C9C9C. Windows color (decimal): -1018229 or 9139952. OLE color: 9139952.

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

Color convert

RGB 240 118 139 -
CMYK 0 0.51 0.42 0.06
HSL 349.67º 0.8% 0.7% -
HSV(B) 349.67º 0.51% 0.94% -
XYZ 47.07 33.35 28.38 -
YUV 156.87 117.92 187.29 -
System Red Green Blue C M Y K H S L
Decimal 240 118 139 0 0.51 0.42 0.06 349.67 0.8 0.7
Hex F0 76 8B 0 33 2A 6 15E 50 46
Octal 360 166 213 0 63 52 6 536 120 106
Binary 11110000 1110110 10001011 0 110011 101010 110 101011110 1010000 1000110

Color Harmonies of #F0768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0768B

Black with #F0768B

Text Example


Text Example

White with #F0768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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