Html Css Color HEX #F06D89 Deep Blush

📋 copy color: '#F06D89'

red 240 ◦ green 109 ◦ blue 137

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

Shades of Deep Blush #F06D89

Tints of Deep Blush #F06D89

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.43%

 BLUE value IS 137 (53.91% from 255) = 28.19%

R = 49.38%
G = 22.43%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F06D89 (or 0xF06D89) is known color: Deep Blush. HEX triplet: F0, 6D and 89. RGB value is (240,109,137). Sum of RGB (Red+Green+Blue) = 240+109+137=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D89 is #0F9276. Grayscale: #979797. Windows color (decimal): -1020535 or 9006576. OLE color: 9006576.

HSL color Cylindrical-coordinate representation of color #F06D89: hue angle of 347.18º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06D89 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 109 137 -
CMYK 0 0.55 0.43 0.06
HSL 347.18º 0.81% 0.68% -
HSV(B) 347.18º 0.55% 0.94% -
XYZ 45.92 31.27 27.28 -
YUV 151.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 240 109 137 0 0.55 0.43 0.06 347.18 0.81 0.68
Hex F0 6D 89 0 37 2B 6 15B 51 44
Octal 360 155 211 0 67 53 6 533 121 104
Binary 11110000 1101101 10001001 0 110111 101011 110 101011011 1010001 1000100

Color Harmonies of #F06D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D89

Black with #F06D89

Text Example


Text Example

White with #F06D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D89; }

 p { color: rgb(240,109,137); }

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

background-color css

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

 a { background-color: rgb(240,109,137); }

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

border-color css

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

 span { border-color: rgb(240,109,137); }

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