Html Css Color HEX #F07291 Deep Blush

📋 copy color: '#F07291'

red 240 ◦ green 114 ◦ blue 145

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

Shades of Deep Blush #F07291

Tints of Deep Blush #F07291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.85%

 BLUE value IS 145 (57.03% from 255) = 29.06%

R = 48.1%
G = 22.85%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F07291 (or 0xF07291) is known color: Deep Blush. HEX triplet: F0, 72 and 91. RGB value is (240,114,145). Sum of RGB (Red+Green+Blue) = 240+114+145=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F07291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07291 is #0F8D6E. Grayscale: #9B9B9B. Windows color (decimal): -1019247 or 9532144. OLE color: 9532144.

HSL color Cylindrical-coordinate representation of color #F07291: hue angle of 345.24º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07291 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 114 145 -
CMYK 0 0.52 0.40 0.06
HSL 345.24º 0.81% 0.69% -
HSV(B) 345.24º 0.53% 0.94% -
XYZ 47.06 32.6 30.6 -
YUV 155.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 240 114 145 0 0.52 0.40 0.06 345.24 0.81 0.69
Hex F0 72 91 0 34 28 6 159 51 45
Octal 360 162 221 0 64 50 6 531 121 105
Binary 11110000 1110010 10010001 0 110100 101000 110 101011001 1010001 1000101

Color Harmonies of #F07291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07291

Black with #F07291

Text Example


Text Example

White with #F07291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07291; }

 p { color: rgb(240,114,145); }

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

background-color css

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

 a { background-color: rgb(240,114,145); }

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

border-color css

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

 span { border-color: rgb(240,114,145); }

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