Html Css Color HEX #F0718F Deep Blush

📋 copy color: '#F0718F'

red 240 ◦ green 113 ◦ blue 143

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

Shades of Deep Blush #F0718F

Tints of Deep Blush #F0718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.83%

R = 48.39%
G = 22.78%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0718F (or 0xF0718F) is known color: Deep Blush. HEX triplet: F0, 71 and 8F. RGB value is (240,113,143). Sum of RGB (Red+Green+Blue) = 240+113+143=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0718F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0718F is #0F8E70. Grayscale: #9A9A9A. Windows color (decimal): -1019505 or 9400816. OLE color: 9400816.

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

Color convert

RGB 240 113 143 -
CMYK 0 0.53 0.40 0.06
HSL 345.83º 0.81% 0.69% -
HSV(B) 345.83º 0.53% 0.94% -
XYZ 46.8 32.32 29.76 -
YUV 154.39 121.58 189.06 -
System Red Green Blue C M Y K H S L
Decimal 240 113 143 0 0.53 0.40 0.06 345.83 0.81 0.69
Hex F0 71 8F 0 35 28 6 15A 51 45
Octal 360 161 217 0 65 50 6 532 121 105
Binary 11110000 1110001 10001111 0 110101 101000 110 101011010 1010001 1000101

Color Harmonies of #F0718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0718F

Black with #F0718F

Text Example


Text Example

White with #F0718F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0718F; }

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

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

background-color css

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

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

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

border-color css

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

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

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