Html Css Color HEX #F07192 Deep Blush

📋 copy color: '#F07192'

red 240 ◦ green 113 ◦ blue 146

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

Shades of Deep Blush #F07192

Tints of Deep Blush #F07192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 48.1%
G = 22.65%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F07192 (or 0xF07192) is known color: Deep Blush. HEX triplet: F0, 71 and 92. RGB value is (240,113,146). Sum of RGB (Red+Green+Blue) = 240+113+146=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F07192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07192 is #0F8E6D. Grayscale: #9A9A9A. Windows color (decimal): -1019502 or 9597424. OLE color: 9597424.

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

Color convert

RGB 240 113 146 -
CMYK 0 0.53 0.39 0.06
HSL 344.41º 0.81% 0.69% -
HSV(B) 344.41º 0.53% 0.94% -
XYZ 47.03 32.41 30.97 -
YUV 154.74 123.08 188.82 -
System Red Green Blue C M Y K H S L
Decimal 240 113 146 0 0.53 0.39 0.06 344.41 0.81 0.69
Hex F0 71 92 0 35 27 6 158 51 45
Octal 360 161 222 0 65 47 6 530 121 105
Binary 11110000 1110001 10010010 0 110101 100111 110 101011000 1010001 1000101

Color Harmonies of #F07192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07192

Black with #F07192

Text Example


Text Example

White with #F07192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07192; }

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

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

background-color css

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

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

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

border-color css

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

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

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