Html Css Color HEX #F07386 Deep Blush

📋 copy color: '#F07386'

red 240 ◦ green 115 ◦ blue 134

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

Shades of Deep Blush #F07386

Tints of Deep Blush #F07386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.52%

 BLUE value IS 134 (52.73% from 255) = 27.4%

R = 49.08%
G = 23.52%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F07386 (or 0xF07386) is known color: Deep Blush. HEX triplet: F0, 73 and 86. RGB value is (240,115,134). Sum of RGB (Red+Green+Blue) = 240+115+134=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F07386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07386 is #0F8C79. Grayscale: #9A9A9A. Windows color (decimal): -1019002 or 8811504. OLE color: 8811504.

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

Color convert

RGB 240 115 134 -
CMYK 0 0.52 0.44 0.06
HSL 350.88º 0.81% 0.7% -
HSV(B) 350.88º 0.52% 0.94% -
XYZ 46.37 32.51 26.39 -
YUV 154.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 240 115 134 0 0.52 0.44 0.06 350.88 0.81 0.7
Hex F0 73 86 0 34 2C 6 15F 51 46
Octal 360 163 206 0 64 54 6 537 121 106
Binary 11110000 1110011 10000110 0 110100 101100 110 101011111 1010001 1000110

Color Harmonies of #F07386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07386

Black with #F07386

Text Example


Text Example

White with #F07386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07386; }

 p { color: rgb(240,115,134); }

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

background-color css

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

 a { background-color: rgb(240,115,134); }

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

border-color css

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

 span { border-color: rgb(240,115,134); }

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