Html Css Color HEX #F0718A Deep Blush

📋 copy color: '#F0718A'

red 240 ◦ green 113 ◦ blue 138

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

Shades of Deep Blush #F0718A

Tints of Deep Blush #F0718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 48.88%
G = 23.01%
B = 28.11%

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

#F0718A (or 0xF0718A) is known color: Deep Blush. HEX triplet: F0, 71 and 8A. RGB value is (240,113,138). Sum of RGB (Red+Green+Blue) = 240+113+138=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0718A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0718A is #0F8E75. Grayscale: #999999. Windows color (decimal): -1019510 or 9073136. OLE color: 9073136.

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

Color convert

RGB 240 113 138 -
CMYK 0 0.53 0.42 0.06
HSL 348.19º 0.81% 0.69% -
HSV(B) 348.19º 0.53% 0.94% -
XYZ 46.43 32.17 27.81 -
YUV 153.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 240 113 138 0 0.53 0.42 0.06 348.19 0.81 0.69
Hex F0 71 8A 0 35 2A 6 15C 51 45
Octal 360 161 212 0 65 52 6 534 121 105
Binary 11110000 1110001 10001010 0 110101 101010 110 101011100 1010001 1000101

Color Harmonies of #F0718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0718A

Black with #F0718A

Text Example


Text Example

White with #F0718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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