Html Css Color HEX #F07390 Deep Blush

📋 copy color: '#F07390'

red 240 ◦ green 115 ◦ blue 144

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

Shades of Deep Blush #F07390

Tints of Deep Blush #F07390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.86%

R = 48.1%
G = 23.05%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F07390 (or 0xF07390) is known color: Deep Blush. HEX triplet: F0, 73 and 90. RGB value is (240,115,144). Sum of RGB (Red+Green+Blue) = 240+115+144=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F07390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07390 is #0F8C6F. Grayscale: #9B9B9B. Windows color (decimal): -1018992 or 9466864. OLE color: 9466864.

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

Color convert

RGB 240 115 144 -
CMYK 0 0.52 0.4 0.06
HSL 346.08º 0.81% 0.7% -
HSV(B) 346.08º 0.52% 0.94% -
XYZ 47.1 32.8 30.23 -
YUV 155.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 240 115 144 0 0.52 0.4 0.06 346.08 0.81 0.7
Hex F0 73 90 0 34 28 6 15A 51 46
Octal 360 163 220 0 64 50 6 532 121 106
Binary 11110000 1110011 10010000 0 110100 101000 110 101011010 1010001 1000110

Color Harmonies of #F07390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07390

Black with #F07390

Text Example


Text Example

White with #F07390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07390; }

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

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

background-color css

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

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

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

border-color css

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

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

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