Html Css Color HEX #F07197 Deep Blush

📋 copy color: '#F07197'

red 240 ◦ green 113 ◦ blue 151

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

Shades of Deep Blush #F07197

Tints of Deep Blush #F07197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.42%

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

R = 47.62%
G = 22.42%
B = 29.96%

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

#F07197 (or 0xF07197) is known color: Deep Blush. HEX triplet: F0, 71 and 97. RGB value is (240,113,151). Sum of RGB (Red+Green+Blue) = 240+113+151=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F07197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07197 is #0F8E68. Grayscale: #9B9B9B. Windows color (decimal): -1019497 or 9925104. OLE color: 9925104.

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

Color convert

RGB 240 113 151 -
CMYK 0 0.53 0.37 0.06
HSL 342.05º 0.81% 0.69% -
HSV(B) 342.05º 0.53% 0.94% -
XYZ 47.43 32.57 33.07 -
YUV 155.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 240 113 151 0 0.53 0.37 0.06 342.05 0.81 0.69
Hex F0 71 97 0 35 25 6 156 51 45
Octal 360 161 227 0 65 45 6 526 121 105
Binary 11110000 1110001 10010111 0 110101 100101 110 101010110 1010001 1000101

Color Harmonies of #F07197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07197

Black with #F07197

Text Example


Text Example

White with #F07197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07197; }

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

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

background-color css

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

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

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

border-color css

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

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

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