Html Css Color HEX #F0728E Deep Blush

📋 copy color: '#F0728E'

red 240 ◦ green 114 ◦ blue 142

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

Shades of Deep Blush #F0728E

Tints of Deep Blush #F0728E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.63%

R = 48.39%
G = 22.98%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0728E (or 0xF0728E) is known color: Deep Blush. HEX triplet: F0, 72 and 8E. RGB value is (240,114,142). Sum of RGB (Red+Green+Blue) = 240+114+142=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0728E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0728E is #0F8D71. Grayscale: #9A9A9A. Windows color (decimal): -1019250 or 9335536. OLE color: 9335536.

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

Color convert

RGB 240 114 142 -
CMYK 0 0.52 0.41 0.06
HSL 346.67º 0.81% 0.69% -
HSV(B) 346.67º 0.53% 0.94% -
XYZ 46.83 32.51 29.4 -
YUV 154.87 120.74 188.72 -
System Red Green Blue C M Y K H S L
Decimal 240 114 142 0 0.52 0.41 0.06 346.67 0.81 0.69
Hex F0 72 8E 0 34 29 6 15B 51 45
Octal 360 162 216 0 64 51 6 533 121 105
Binary 11110000 1110010 10001110 0 110100 101001 110 101011011 1010001 1000101

Color Harmonies of #F0728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0728E

Black with #F0728E

Text Example


Text Example

White with #F0728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0728E; }

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

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

background-color css

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

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

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

border-color css

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

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

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