Html Css Color HEX #F07289 Deep Blush

📋 copy color: '#F07289'

red 240 ◦ green 114 ◦ blue 137

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

Shades of Deep Blush #F07289

Tints of Deep Blush #F07289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.9%

R = 48.88%
G = 23.22%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F07289 (or 0xF07289) is known color: Deep Blush. HEX triplet: F0, 72 and 89. RGB value is (240,114,137). Sum of RGB (Red+Green+Blue) = 240+114+137=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F07289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07289 is #0F8D76. Grayscale: #9A9A9A. Windows color (decimal): -1019255 or 9007856. OLE color: 9007856.

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

Color convert

RGB 240 114 137 -
CMYK 0 0.52 0.43 0.06
HSL 349.05º 0.81% 0.69% -
HSV(B) 349.05º 0.53% 0.94% -
XYZ 46.47 32.37 27.47 -
YUV 154.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 240 114 137 0 0.52 0.43 0.06 349.05 0.81 0.69
Hex F0 72 89 0 34 2B 6 15D 51 45
Octal 360 162 211 0 64 53 6 535 121 105
Binary 11110000 1110010 10001001 0 110100 101011 110 101011101 1010001 1000101

Color Harmonies of #F07289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07289

Black with #F07289

Text Example


Text Example

White with #F07289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07289; }

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

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

background-color css

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

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

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

border-color css

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

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

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