Html Css Color HEX #F0768D Deep Blush

📋 copy color: '#F0768D'

red 240 ◦ green 118 ◦ blue 141

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

Shades of Deep Blush #F0768D

Tints of Deep Blush #F0768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 48.1%
G = 23.65%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0768D (or 0xF0768D) is known color: Deep Blush. HEX triplet: F0, 76 and 8D. RGB value is (240,118,141). Sum of RGB (Red+Green+Blue) = 240+118+141=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0768D is #0F8972. Grayscale: #9D9D9D. Windows color (decimal): -1018227 or 9271024. OLE color: 9271024.

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

Color convert

RGB 240 118 141 -
CMYK 0 0.51 0.41 0.06
HSL 348.69º 0.8% 0.7% -
HSV(B) 348.69º 0.51% 0.94% -
XYZ 47.22 33.41 29.16 -
YUV 157.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 240 118 141 0 0.51 0.41 0.06 348.69 0.8 0.7
Hex F0 76 8D 0 33 29 6 15D 50 46
Octal 360 166 215 0 63 51 6 535 120 106
Binary 11110000 1110110 10001101 0 110011 101001 110 101011101 1010000 1000110

Color Harmonies of #F0768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0768D

Black with #F0768D

Text Example


Text Example

White with #F0768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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