Html Css Color HEX #F06E8F Deep Blush

📋 copy color: '#F06E8F'

red 240 ◦ green 110 ◦ blue 143

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

Shades of Deep Blush #F06E8F

Tints of Deep Blush #F06E8F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.31%

 BLUE value IS 143 (56.25% from 255) = 29.01%

R = 48.68%
G = 22.31%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F06E8F (or 0xF06E8F) is known color: Deep Blush. HEX triplet: F0, 6E and 8F. RGB value is (240,110,143). Sum of RGB (Red+Green+Blue) = 240+110+143=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06E8F is #0F9170. Grayscale: #989898. Windows color (decimal): -1020273 or 9400048. OLE color: 9400048.

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

Color convert

RGB 240 110 143 -
CMYK 0 0.54 0.40 0.06
HSL 344.77º 0.81% 0.69% -
HSV(B) 344.77º 0.54% 0.94% -
XYZ 46.47 31.66 29.65 -
YUV 152.63 122.57 190.32 -
System Red Green Blue C M Y K H S L
Decimal 240 110 143 0 0.54 0.40 0.06 344.77 0.81 0.69
Hex F0 6E 8F 0 36 28 6 159 51 45
Octal 360 156 217 0 66 50 6 531 121 105
Binary 11110000 1101110 10001111 0 110110 101000 110 101011001 1010001 1000101

Color Harmonies of #F06E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E8F

Black with #F06E8F

Text Example


Text Example

White with #F06E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E8F; }

 p { color: rgb(240,110,143); }

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

background-color css

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

 a { background-color: rgb(240,110,143); }

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

border-color css

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

 span { border-color: rgb(240,110,143); }

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