Html Css Color HEX #F07097 Deep Blush

📋 copy color: '#F07097'

red 240 ◦ green 112 ◦ blue 151

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

Shades of Deep Blush #F07097

Tints of Deep Blush #F07097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.27%

 BLUE value IS 151 (59.38% from 255) = 30.02%

R = 47.71%
G = 22.27%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F07097 (or 0xF07097) is known color: Deep Blush. HEX triplet: F0, 70 and 97. RGB value is (240,112,151). Sum of RGB (Red+Green+Blue) = 240+112+151=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F07097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07097 is #0F8F68. Grayscale: #9A9A9A. Windows color (decimal): -1019753 or 9924848. OLE color: 9924848.

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

Color convert

RGB 240 112 151 -
CMYK 0 0.53 0.37 0.06
HSL 341.72º 0.81% 0.69% -
HSV(B) 341.72º 0.53% 0.94% -
XYZ 47.32 32.35 33.03 -
YUV 154.72 125.91 188.83 -
System Red Green Blue C M Y K H S L
Decimal 240 112 151 0 0.53 0.37 0.06 341.72 0.81 0.69
Hex F0 70 97 0 35 25 6 156 51 45
Octal 360 160 227 0 65 45 6 526 121 105
Binary 11110000 1110000 10010111 0 110101 100101 110 101010110 1010001 1000101

Color Harmonies of #F07097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07097

Black with #F07097

Text Example


Text Example

White with #F07097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07097; }

 p { color: rgb(240,112,151); }

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

background-color css

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

 a { background-color: rgb(240,112,151); }

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

border-color css

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

 span { border-color: rgb(240,112,151); }

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