Html Css Color HEX #F0758B Deep Blush

📋 copy color: '#F0758B'

red 240 ◦ green 117 ◦ blue 139

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

Shades of Deep Blush #F0758B

Tints of Deep Blush #F0758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.59%

 BLUE value IS 139 (54.69% from 255) = 28.02%

R = 48.39%
G = 23.59%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0758B (or 0xF0758B) is known color: Deep Blush. HEX triplet: F0, 75 and 8B. RGB value is (240,117,139). Sum of RGB (Red+Green+Blue) = 240+117+139=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0758B is #0F8A74. Grayscale: #9C9C9C. Windows color (decimal): -1018485 or 9139696. OLE color: 9139696.

HSL color Cylindrical-coordinate representation of color #F0758B: hue angle of 349.27º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0758B is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 139 -
CMYK 0 0.51 0.42 0.06
HSL 349.27º 0.8% 0.7% -
HSV(B) 349.27º 0.51% 0.94% -
XYZ 46.96 33.11 28.34 -
YUV 156.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 240 117 139 0 0.51 0.42 0.06 349.27 0.8 0.7
Hex F0 75 8B 0 33 2A 6 15D 50 46
Octal 360 165 213 0 63 52 6 535 120 106
Binary 11110000 1110101 10001011 0 110011 101010 110 101011101 1010000 1000110

Color Harmonies of #F0758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0758B

Black with #F0758B

Text Example


Text Example

White with #F0758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0758B; }

 p { color: rgb(240,117,139); }

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

background-color css

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

 a { background-color: rgb(240,117,139); }

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

border-color css

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

 span { border-color: rgb(240,117,139); }

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