Html Css Color HEX #F0728C Deep Blush

📋 copy color: '#F0728C'

red 240 ◦ green 114 ◦ blue 140

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

Shades of Deep Blush #F0728C

Tints of Deep Blush #F0728C

RGB

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

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

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

R = 48.58%
G = 23.08%
B = 28.34%

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

#F0728C (or 0xF0728C) is known color: Deep Blush. HEX triplet: F0, 72 and 8C. RGB value is (240,114,140). Sum of RGB (Red+Green+Blue) = 240+114+140=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0728C is #0F8D73. Grayscale: #9A9A9A. Windows color (decimal): -1019252 or 9204464. OLE color: 9204464.

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

Color convert

RGB 240 114 140 -
CMYK 0 0.52 0.42 0.06
HSL 347.62º 0.81% 0.69% -
HSV(B) 347.62º 0.53% 0.94% -
XYZ 46.69 32.45 28.61 -
YUV 154.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 240 114 140 0 0.52 0.42 0.06 347.62 0.81 0.69
Hex F0 72 8C 0 34 2A 6 15C 51 45
Octal 360 162 214 0 64 52 6 534 121 105
Binary 11110000 1110010 10001100 0 110100 101010 110 101011100 1010001 1000101

Color Harmonies of #F0728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0728C

Black with #F0728C

Text Example


Text Example

White with #F0728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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