Html Css Color HEX #F06D85 Deep Blush

📋 copy color: '#F06D85'

red 240 ◦ green 109 ◦ blue 133

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

Shades of Deep Blush #F06D85

Tints of Deep Blush #F06D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 49.79%
G = 22.61%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F06D85 (or 0xF06D85) is known color: Deep Blush. HEX triplet: F0, 6D and 85. RGB value is (240,109,133). Sum of RGB (Red+Green+Blue) = 240+109+133=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D85 is #0F927A. Grayscale: #969696. Windows color (decimal): -1020539 or 8744432. OLE color: 8744432.

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

Color convert

RGB 240 109 133 -
CMYK 0 0.55 0.45 0.06
HSL 349.01º 0.81% 0.68% -
HSV(B) 349.01º 0.55% 0.94% -
XYZ 45.64 31.16 25.8 -
YUV 150.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 240 109 133 0 0.55 0.45 0.06 349.01 0.81 0.68
Hex F0 6D 85 0 37 2D 6 15D 51 44
Octal 360 155 205 0 67 55 6 535 121 104
Binary 11110000 1101101 10000101 0 110111 101101 110 101011101 1010001 1000100

Color Harmonies of #F06D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D85

Black with #F06D85

Text Example


Text Example

White with #F06D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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