Html Css Color HEX #F0758D Deep Blush

📋 copy color: '#F0758D'

red 240 ◦ green 117 ◦ blue 141

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

Shades of Deep Blush #F0758D

Tints of Deep Blush #F0758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.31%

R = 48.19%
G = 23.49%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0758D (or 0xF0758D) is known color: Deep Blush. HEX triplet: F0, 75 and 8D. RGB value is (240,117,141). Sum of RGB (Red+Green+Blue) = 240+117+141=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0758D is #0F8A72. Grayscale: #9C9C9C. Windows color (decimal): -1018483 or 9270768. OLE color: 9270768.

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

Color convert

RGB 240 117 141 -
CMYK 0 0.51 0.41 0.06
HSL 348.29º 0.8% 0.7% -
HSV(B) 348.29º 0.51% 0.94% -
XYZ 47.1 33.17 29.12 -
YUV 156.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 240 117 141 0 0.51 0.41 0.06 348.29 0.8 0.7
Hex F0 75 8D 0 33 29 6 15C 50 46
Octal 360 165 215 0 63 51 6 534 120 106
Binary 11110000 1110101 10001101 0 110011 101001 110 101011100 1010000 1000110

Color Harmonies of #F0758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0758D

Black with #F0758D

Text Example


Text Example

White with #F0758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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