Html Css Color HEX #F07095 Deep Blush

📋 copy color: '#F07095'

red 240 ◦ green 112 ◦ blue 149

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

Shades of Deep Blush #F07095

Tints of Deep Blush #F07095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.74%

R = 47.9%
G = 22.36%
B = 29.74%

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

#F07095 (or 0xF07095) is known color: Deep Blush. HEX triplet: F0, 70 and 95. RGB value is (240,112,149). Sum of RGB (Red+Green+Blue) = 240+112+149=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F07095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07095 is #0F8F6A. Grayscale: #9A9A9A. Windows color (decimal): -1019755 or 9793776. OLE color: 9793776.

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

Color convert

RGB 240 112 149 -
CMYK 0 0.53 0.38 0.06
HSL 342.66º 0.81% 0.69% -
HSV(B) 342.66º 0.53% 0.94% -
XYZ 47.15 32.28 32.18 -
YUV 154.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 240 112 149 0 0.53 0.38 0.06 342.66 0.81 0.69
Hex F0 70 95 0 35 26 6 157 51 45
Octal 360 160 225 0 65 46 6 527 121 105
Binary 11110000 1110000 10010101 0 110101 100110 110 101010111 1010001 1000101

Color Harmonies of #F07095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07095

Black with #F07095

Text Example


Text Example

White with #F07095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07095; }

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

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

background-color css

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

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

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

border-color css

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

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

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