Html Css Color HEX #F07194 Deep Blush

📋 copy color: '#F07194'

red 240 ◦ green 113 ◦ blue 148

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

Shades of Deep Blush #F07194

Tints of Deep Blush #F07194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 47.9%
G = 22.55%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F07194 (or 0xF07194) is known color: Deep Blush. HEX triplet: F0, 71 and 94. RGB value is (240,113,148). Sum of RGB (Red+Green+Blue) = 240+113+148=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F07194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07194 is #0F8E6B. Grayscale: #9A9A9A. Windows color (decimal): -1019500 or 9728496. OLE color: 9728496.

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

Color convert

RGB 240 113 148 -
CMYK 0 0.53 0.38 0.06
HSL 343.46º 0.81% 0.69% -
HSV(B) 343.46º 0.53% 0.94% -
XYZ 47.19 32.47 31.8 -
YUV 154.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 240 113 148 0 0.53 0.38 0.06 343.46 0.81 0.69
Hex F0 71 94 0 35 26 6 157 51 45
Octal 360 161 224 0 65 46 6 527 121 105
Binary 11110000 1110001 10010100 0 110101 100110 110 101010111 1010001 1000101

Color Harmonies of #F07194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07194

Black with #F07194

Text Example


Text Example

White with #F07194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07194; }

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

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

background-color css

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

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

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

border-color css

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

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

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