Html Css Color HEX #F07190 Deep Blush

📋 copy color: '#F07190'

red 240 ◦ green 113 ◦ blue 144

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

Shades of Deep Blush #F07190

Tints of Deep Blush #F07190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.74%

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

R = 48.29%
G = 22.74%
B = 28.97%

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

#F07190 (or 0xF07190) is known color: Deep Blush. HEX triplet: F0, 71 and 90. RGB value is (240,113,144). Sum of RGB (Red+Green+Blue) = 240+113+144=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F07190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07190 is #0F8E6F. Grayscale: #9A9A9A. Windows color (decimal): -1019504 or 9466352. OLE color: 9466352.

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

Color convert

RGB 240 113 144 -
CMYK 0 0.53 0.4 0.06
HSL 345.35º 0.81% 0.69% -
HSV(B) 345.35º 0.53% 0.94% -
XYZ 46.87 32.35 30.16 -
YUV 154.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 240 113 144 0 0.53 0.4 0.06 345.35 0.81 0.69
Hex F0 71 90 0 35 28 6 159 51 45
Octal 360 161 220 0 65 50 6 531 121 105
Binary 11110000 1110001 10010000 0 110101 101000 110 101011001 1010001 1000101

Color Harmonies of #F07190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07190

Black with #F07190

Text Example


Text Example

White with #F07190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07190; }

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

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

background-color css

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

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

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

border-color css

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

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

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