Html Css Color HEX #F07484 Deep Blush

📋 copy color: '#F07484'

red 240 ◦ green 116 ◦ blue 132

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

Shades of Deep Blush #F07484

Tints of Deep Blush #F07484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.77%

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

R = 49.18%
G = 23.77%
B = 27.05%

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

#F07484 (or 0xF07484) is known color: Deep Blush. HEX triplet: F0, 74 and 84. RGB value is (240,116,132). Sum of RGB (Red+Green+Blue) = 240+116+132=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F07484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07484 is #0F8B7B. Grayscale: #9A9A9A. Windows color (decimal): -1018748 or 8680688. OLE color: 8680688.

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

Color convert

RGB 240 116 132 -
CMYK 0 0.52 0.45 0.06
HSL 352.26º 0.81% 0.7% -
HSV(B) 352.26º 0.52% 0.94% -
XYZ 46.35 32.68 25.7 -
YUV 154.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 240 116 132 0 0.52 0.45 0.06 352.26 0.81 0.7
Hex F0 74 84 0 34 2D 6 160 51 46
Octal 360 164 204 0 64 55 6 540 121 106
Binary 11110000 1110100 10000100 0 110100 101101 110 101100000 1010001 1000110

Color Harmonies of #F07484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07484

Black with #F07484

Text Example


Text Example

White with #F07484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07484; }

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

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

background-color css

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

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

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

border-color css

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

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

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