Html Css Color HEX #F07384 Deep Blush

📋 copy color: '#F07384'

red 240 ◦ green 115 ◦ blue 132

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

Shades of Deep Blush #F07384

Tints of Deep Blush #F07384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.61%

 BLUE value IS 132 (51.95% from 255) = 27.1%

R = 49.28%
G = 23.61%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F07384 (or 0xF07384) is known color: Deep Blush. HEX triplet: F0, 73 and 84. RGB value is (240,115,132). Sum of RGB (Red+Green+Blue) = 240+115+132=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F07384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07384 is #0F8C7B. Grayscale: #9A9A9A. Windows color (decimal): -1019004 or 8680432. OLE color: 8680432.

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

Color convert

RGB 240 115 132 -
CMYK 0 0.52 0.45 0.06
HSL 351.84º 0.81% 0.7% -
HSV(B) 351.84º 0.52% 0.94% -
XYZ 46.23 32.45 25.66 -
YUV 154.31 115.41 189.12 -
System Red Green Blue C M Y K H S L
Decimal 240 115 132 0 0.52 0.45 0.06 351.84 0.81 0.7
Hex F0 73 84 0 34 2D 6 160 51 46
Octal 360 163 204 0 64 55 6 540 121 106
Binary 11110000 1110011 10000100 0 110100 101101 110 101100000 1010001 1000110

Color Harmonies of #F07384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07384

Black with #F07384

Text Example


Text Example

White with #F07384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07384; }

 p { color: rgb(240,115,132); }

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

background-color css

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

 a { background-color: rgb(240,115,132); }

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

border-color css

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

 span { border-color: rgb(240,115,132); }

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