Html Css Color HEX #F0718D Deep Blush

📋 copy color: '#F0718D'

red 240 ◦ green 113 ◦ blue 141

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

Shades of Deep Blush #F0718D

Tints of Deep Blush #F0718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.87%

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

R = 48.58%
G = 22.87%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0718D (or 0xF0718D) is known color: Deep Blush. HEX triplet: F0, 71 and 8D. RGB value is (240,113,141). Sum of RGB (Red+Green+Blue) = 240+113+141=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0718D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0718D is #0F8E72. Grayscale: #9A9A9A. Windows color (decimal): -1019507 or 9269744. OLE color: 9269744.

HSL color Cylindrical-coordinate representation of color #F0718D: hue angle of 346.77º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0718D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 141 -
CMYK 0 0.53 0.41 0.06
HSL 346.77º 0.81% 0.69% -
HSV(B) 346.77º 0.53% 0.94% -
XYZ 46.65 32.26 28.97 -
YUV 154.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 240 113 141 0 0.53 0.41 0.06 346.77 0.81 0.69
Hex F0 71 8D 0 35 29 6 15B 51 45
Octal 360 161 215 0 65 51 6 533 121 105
Binary 11110000 1110001 10001101 0 110101 101001 110 101011011 1010001 1000101

Color Harmonies of #F0718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0718D

Black with #F0718D

Text Example


Text Example

White with #F0718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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