Html Css Color HEX #F07184 Deep Blush

📋 copy color: '#F07184'

red 240 ◦ green 113 ◦ blue 132

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

Shades of Deep Blush #F07184

Tints of Deep Blush #F07184

RGB

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

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

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

R = 49.48%
G = 23.3%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F07184 (or 0xF07184) is known color: Deep Blush. HEX triplet: F0, 71 and 84. RGB value is (240,113,132). Sum of RGB (Red+Green+Blue) = 240+113+132=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F07184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07184 is #0F8E7B. Grayscale: #999999. Windows color (decimal): -1019516 or 8679920. OLE color: 8679920.

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

Color convert

RGB 240 113 132 -
CMYK 0 0.53 0.45 0.06
HSL 351.02º 0.81% 0.69% -
HSV(B) 351.02º 0.53% 0.94% -
XYZ 46.01 32 25.58 -
YUV 153.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 240 113 132 0 0.53 0.45 0.06 351.02 0.81 0.69
Hex F0 71 84 0 35 2D 6 15F 51 45
Octal 360 161 204 0 65 55 6 537 121 105
Binary 11110000 1110001 10000100 0 110101 101101 110 101011111 1010001 1000101

Color Harmonies of #F07184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07184

Black with #F07184

Text Example


Text Example

White with #F07184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07184; }

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

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

background-color css

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

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

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

border-color css

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

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

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