Html Css Color HEX #F07490 Deep Blush

📋 copy color: '#F07490'

red 240 ◦ green 116 ◦ blue 144

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

Shades of Deep Blush #F07490

Tints of Deep Blush #F07490

RGB

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

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

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

R = 48%
G = 23.2%
B = 28.8%

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

#F07490 (or 0xF07490) is known color: Deep Blush. HEX triplet: F0, 74 and 90. RGB value is (240,116,144). Sum of RGB (Red+Green+Blue) = 240+116+144=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F07490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07490 is #0F8B6F. Grayscale: #9C9C9C. Windows color (decimal): -1018736 or 9467120. OLE color: 9467120.

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

Color convert

RGB 240 116 144 -
CMYK 0 0.52 0.4 0.06
HSL 346.45º 0.81% 0.7% -
HSV(B) 346.45º 0.52% 0.94% -
XYZ 47.21 33.03 30.27 -
YUV 156.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 240 116 144 0 0.52 0.4 0.06 346.45 0.81 0.7
Hex F0 74 90 0 34 28 6 15A 51 46
Octal 360 164 220 0 64 50 6 532 121 106
Binary 11110000 1110100 10010000 0 110100 101000 110 101011010 1010001 1000110

Color Harmonies of #F07490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07490

Black with #F07490

Text Example


Text Example

White with #F07490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07490; }

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

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

background-color css

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

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

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

border-color css

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

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

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