Html Css Color HEX #F07486 Deep Blush

📋 copy color: '#F07486'

red 240 ◦ green 116 ◦ blue 134

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

Shades of Deep Blush #F07486

Tints of Deep Blush #F07486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.67%

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

R = 48.98%
G = 23.67%
B = 27.35%

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

#F07486 (or 0xF07486) is known color: Deep Blush. HEX triplet: F0, 74 and 86. RGB value is (240,116,134). Sum of RGB (Red+Green+Blue) = 240+116+134=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F07486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07486 is #0F8B79. Grayscale: #9B9B9B. Windows color (decimal): -1018746 or 8811760. OLE color: 8811760.

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

Color convert

RGB 240 116 134 -
CMYK 0 0.52 0.44 0.06
HSL 351.29º 0.81% 0.7% -
HSV(B) 351.29º 0.52% 0.94% -
XYZ 46.48 32.74 26.42 -
YUV 155.13 116.08 188.54 -
System Red Green Blue C M Y K H S L
Decimal 240 116 134 0 0.52 0.44 0.06 351.29 0.81 0.7
Hex F0 74 86 0 34 2C 6 15F 51 46
Octal 360 164 206 0 64 54 6 537 121 106
Binary 11110000 1110100 10000110 0 110100 101100 110 101011111 1010001 1000110

Color Harmonies of #F07486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07486

Black with #F07486

Text Example


Text Example

White with #F07486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07486; }

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

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

background-color css

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

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

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

border-color css

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

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

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