Html Css Color HEX #F06D98 Deep Blush

📋 copy color: '#F06D98'

red 240 ◦ green 109 ◦ blue 152

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

Shades of Deep Blush #F06D98

Tints of Deep Blush #F06D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.34%

R = 47.9%
G = 21.76%
B = 30.34%

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

#F06D98 (or 0xF06D98) is known color: Deep Blush. HEX triplet: F0, 6D and 98. RGB value is (240,109,152). Sum of RGB (Red+Green+Blue) = 240+109+152=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D98 is #0F9267. Grayscale: #999999. Windows color (decimal): -1020520 or 9989616. OLE color: 9989616.

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

Color convert

RGB 240 109 152 -
CMYK 0 0.55 0.37 0.06
HSL 340.31º 0.81% 0.68% -
HSV(B) 340.31º 0.55% 0.94% -
XYZ 47.07 31.73 33.35 -
YUV 153.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 240 109 152 0 0.55 0.37 0.06 340.31 0.81 0.68
Hex F0 6D 98 0 37 25 6 154 51 44
Octal 360 155 230 0 67 45 6 524 121 104
Binary 11110000 1101101 10011000 0 110111 100101 110 101010100 1010001 1000100

Color Harmonies of #F06D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D98

Black with #F06D98

Text Example


Text Example

White with #F06D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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