Html Css Color HEX #F07185 Deep Blush

📋 copy color: '#F07185'

red 240 ◦ green 113 ◦ blue 133

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

Shades of Deep Blush #F07185

Tints of Deep Blush #F07185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 49.38%
G = 23.25%
B = 27.37%

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

#F07185 (or 0xF07185) is known color: Deep Blush. HEX triplet: F0, 71 and 85. RGB value is (240,113,133). Sum of RGB (Red+Green+Blue) = 240+113+133=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F07185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07185 is #0F8E7A. Grayscale: #999999. Windows color (decimal): -1019515 or 8745456. OLE color: 8745456.

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

Color convert

RGB 240 113 133 -
CMYK 0 0.53 0.45 0.06
HSL 350.55º 0.81% 0.69% -
HSV(B) 350.55º 0.53% 0.94% -
XYZ 46.07 32.03 25.94 -
YUV 153.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 240 113 133 0 0.53 0.45 0.06 350.55 0.81 0.69
Hex F0 71 85 0 35 2D 6 15F 51 45
Octal 360 161 205 0 65 55 6 537 121 105
Binary 11110000 1110001 10000101 0 110101 101101 110 101011111 1010001 1000101

Color Harmonies of #F07185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07185

Black with #F07185

Text Example


Text Example

White with #F07185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07185; }

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

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

background-color css

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

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

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

border-color css

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

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

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