Html Css Color HEX #F0768E Deep Blush

📋 copy color: '#F0768E'

red 240 ◦ green 118 ◦ blue 142

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

Shades of Deep Blush #F0768E

Tints of Deep Blush #F0768E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 48%
G = 23.6%
B = 28.4%

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

#F0768E (or 0xF0768E) is known color: Deep Blush. HEX triplet: F0, 76 and 8E. RGB value is (240,118,142). Sum of RGB (Red+Green+Blue) = 240+118+142=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0768E is #0F8971. Grayscale: #9D9D9D. Windows color (decimal): -1018226 or 9336560. OLE color: 9336560.

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

Color convert

RGB 240 118 142 -
CMYK 0 0.51 0.41 0.06
HSL 348.2º 0.8% 0.7% -
HSV(B) 348.2º 0.51% 0.94% -
XYZ 47.3 33.44 29.55 -
YUV 157.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 240 118 142 0 0.51 0.41 0.06 348.2 0.8 0.7
Hex F0 76 8E 0 33 29 6 15C 50 46
Octal 360 166 216 0 63 51 6 534 120 106
Binary 11110000 1110110 10001110 0 110011 101001 110 101011100 1010000 1000110

Color Harmonies of #F0768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0768E

Black with #F0768E

Text Example


Text Example

White with #F0768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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