Html Css Color HEX #F07292 Deep Blush

📋 copy color: '#F07292'

red 240 ◦ green 114 ◦ blue 146

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

Shades of Deep Blush #F07292

Tints of Deep Blush #F07292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.2%

R = 48%
G = 22.8%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F07292 (or 0xF07292) is known color: Deep Blush. HEX triplet: F0, 72 and 92. RGB value is (240,114,146). Sum of RGB (Red+Green+Blue) = 240+114+146=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F07292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07292 is #0F8D6D. Grayscale: #9B9B9B. Windows color (decimal): -1019246 or 9597680. OLE color: 9597680.

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

Color convert

RGB 240 114 146 -
CMYK 0 0.52 0.39 0.06
HSL 344.76º 0.81% 0.69% -
HSV(B) 344.76º 0.53% 0.94% -
XYZ 47.14 32.64 31.01 -
YUV 155.32 122.74 188.4 -
System Red Green Blue C M Y K H S L
Decimal 240 114 146 0 0.52 0.39 0.06 344.76 0.81 0.69
Hex F0 72 92 0 34 27 6 159 51 45
Octal 360 162 222 0 64 47 6 531 121 105
Binary 11110000 1110010 10010010 0 110100 100111 110 101011001 1010001 1000101

Color Harmonies of #F07292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07292

Black with #F07292

Text Example


Text Example

White with #F07292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07292; }

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

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

background-color css

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

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

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

border-color css

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

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

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