Html Css Color HEX #F07090 Deep Blush

📋 copy color: '#F07090'

red 240 ◦ green 112 ◦ blue 144

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

Shades of Deep Blush #F07090

Tints of Deep Blush #F07090

RGB

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

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

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

R = 48.39%
G = 22.58%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F07090 (or 0xF07090) is known color: Deep Blush. HEX triplet: F0, 70 and 90. RGB value is (240,112,144). Sum of RGB (Red+Green+Blue) = 240+112+144=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F07090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07090 is #0F8F6F. Grayscale: #999999. Windows color (decimal): -1019760 or 9466096. OLE color: 9466096.

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

Color convert

RGB 240 112 144 -
CMYK 0 0.53 0.4 0.06
HSL 345º 0.81% 0.69% -
HSV(B) 345º 0.53% 0.94% -
XYZ 46.76 32.13 30.12 -
YUV 153.92 122.41 189.4 -
System Red Green Blue C M Y K H S L
Decimal 240 112 144 0 0.53 0.4 0.06 345 0.81 0.69
Hex F0 70 90 0 35 28 6 159 51 45
Octal 360 160 220 0 65 50 6 531 121 105
Binary 11110000 1110000 10010000 0 110101 101000 110 101011001 1010001 1000101

Color Harmonies of #F07090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07090

Black with #F07090

Text Example


Text Example

White with #F07090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07090; }

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

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

background-color css

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

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

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

border-color css

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

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

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