Html Css Color HEX #F06D8B Deep Blush

📋 copy color: '#F06D8B'

red 240 ◦ green 109 ◦ blue 139

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

Shades of Deep Blush #F06D8B

Tints of Deep Blush #F06D8B

RGB

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

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

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

R = 49.18%
G = 22.34%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F06D8B (or 0xF06D8B) is known color: Deep Blush. HEX triplet: F0, 6D and 8B. RGB value is (240,109,139). Sum of RGB (Red+Green+Blue) = 240+109+139=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D8B is #0F9274. Grayscale: #979797. Windows color (decimal): -1020533 or 9137648. OLE color: 9137648.

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

Color convert

RGB 240 109 139 -
CMYK 0 0.55 0.42 0.06
HSL 346.26º 0.81% 0.68% -
HSV(B) 346.26º 0.55% 0.94% -
XYZ 46.06 31.33 28.04 -
YUV 151.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 240 109 139 0 0.55 0.42 0.06 346.26 0.81 0.68
Hex F0 6D 8B 0 37 2A 6 15A 51 44
Octal 360 155 213 0 67 52 6 532 121 104
Binary 11110000 1101101 10001011 0 110111 101010 110 101011010 1010001 1000100

Color Harmonies of #F06D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D8B

Black with #F06D8B

Text Example


Text Example

White with #F06D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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