Html Css Color HEX #F0728A Deep Blush

📋 copy color: '#F0728A'

red 240 ◦ green 114 ◦ blue 138

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

Shades of Deep Blush #F0728A

Tints of Deep Blush #F0728A

RGB

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

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

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

R = 48.78%
G = 23.17%
B = 28.05%

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

#F0728A (or 0xF0728A) is known color: Deep Blush. HEX triplet: F0, 72 and 8A. RGB value is (240,114,138). Sum of RGB (Red+Green+Blue) = 240+114+138=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0728A is #0F8D75. Grayscale: #9A9A9A. Windows color (decimal): -1019254 or 9073392. OLE color: 9073392.

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

Color convert

RGB 240 114 138 -
CMYK 0 0.52 0.42 0.06
HSL 348.57º 0.81% 0.69% -
HSV(B) 348.57º 0.53% 0.94% -
XYZ 46.54 32.39 27.84 -
YUV 154.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 240 114 138 0 0.52 0.42 0.06 348.57 0.81 0.69
Hex F0 72 8A 0 34 2A 6 15D 51 45
Octal 360 162 212 0 64 52 6 535 121 105
Binary 11110000 1110010 10001010 0 110100 101010 110 101011101 1010001 1000101

Color Harmonies of #F0728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0728A

Black with #F0728A

Text Example


Text Example

White with #F0728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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