Html Css Color HEX #F0718C Deep Blush

📋 copy color: '#F0718C'

red 240 ◦ green 113 ◦ blue 140

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

Shades of Deep Blush #F0718C

Tints of Deep Blush #F0718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 48.68%
G = 22.92%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0718C (or 0xF0718C) is known color: Deep Blush. HEX triplet: F0, 71 and 8C. RGB value is (240,113,140). Sum of RGB (Red+Green+Blue) = 240+113+140=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0718C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0718C is #0F8E73. Grayscale: #9A9A9A. Windows color (decimal): -1019508 or 9204208. OLE color: 9204208.

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

Color convert

RGB 240 113 140 -
CMYK 0 0.53 0.42 0.06
HSL 347.24º 0.81% 0.69% -
HSV(B) 347.24º 0.53% 0.94% -
XYZ 46.57 32.23 28.58 -
YUV 154.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 240 113 140 0 0.53 0.42 0.06 347.24 0.81 0.69
Hex F0 71 8C 0 35 2A 6 15B 51 45
Octal 360 161 214 0 65 52 6 533 121 105
Binary 11110000 1110001 10001100 0 110101 101010 110 101011011 1010001 1000101

Color Harmonies of #F0718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0718C

Black with #F0718C

Text Example


Text Example

White with #F0718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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