Html Css Color HEX #F06D96 Deep Blush

📋 copy color: '#F06D96'

red 240 ◦ green 109 ◦ blue 150

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

Shades of Deep Blush #F06D96

Tints of Deep Blush #F06D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.06%

R = 48.1%
G = 21.84%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F06D96 (or 0xF06D96) is known color: Deep Blush. HEX triplet: F0, 6D and 96. RGB value is (240,109,150). Sum of RGB (Red+Green+Blue) = 240+109+150=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D96 is #0F9269. Grayscale: #989898. Windows color (decimal): -1020522 or 9858544. OLE color: 9858544.

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

Color convert

RGB 240 109 150 -
CMYK 0 0.55 0.37 0.06
HSL 341.22º 0.81% 0.68% -
HSV(B) 341.22º 0.55% 0.94% -
XYZ 46.91 31.66 32.49 -
YUV 152.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 240 109 150 0 0.55 0.37 0.06 341.22 0.81 0.68
Hex F0 6D 96 0 37 25 6 155 51 44
Octal 360 155 226 0 67 45 6 525 121 104
Binary 11110000 1101101 10010110 0 110111 100101 110 101010101 1010001 1000100

Color Harmonies of #F06D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D96

Black with #F06D96

Text Example


Text Example

White with #F06D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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