Html Css Color HEX #F0728B Deep Blush

📋 copy color: '#F0728B'

red 240 ◦ green 114 ◦ blue 139

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

Shades of Deep Blush #F0728B

Tints of Deep Blush #F0728B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.12%

 BLUE value IS 139 (54.69% from 255) = 28.19%

R = 48.68%
G = 23.12%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0728B (or 0xF0728B) is known color: Deep Blush. HEX triplet: F0, 72 and 8B. RGB value is (240,114,139). Sum of RGB (Red+Green+Blue) = 240+114+139=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0728B is #0F8D74. Grayscale: #9A9A9A. Windows color (decimal): -1019253 or 9138928. OLE color: 9138928.

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

Color convert

RGB 240 114 139 -
CMYK 0 0.52 0.42 0.06
HSL 348.1º 0.81% 0.69% -
HSV(B) 348.1º 0.53% 0.94% -
XYZ 46.61 32.42 28.23 -
YUV 154.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 240 114 139 0 0.52 0.42 0.06 348.1 0.81 0.69
Hex F0 72 8B 0 34 2A 6 15C 51 45
Octal 360 162 213 0 64 52 6 534 121 105
Binary 11110000 1110010 10001011 0 110100 101010 110 101011100 1010001 1000101

Color Harmonies of #F0728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0728B

Black with #F0728B

Text Example


Text Example

White with #F0728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0728B; }

 p { color: rgb(240,114,139); }

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

background-color css

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

 a { background-color: rgb(240,114,139); }

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

border-color css

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

 span { border-color: rgb(240,114,139); }

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