Html Css Color HEX #F06E8A Deep Blush

📋 copy color: '#F06E8A'

red 240 ◦ green 110 ◦ blue 138

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

Shades of Deep Blush #F06E8A

Tints of Deep Blush #F06E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 49.18%
G = 22.54%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F06E8A (or 0xF06E8A) is known color: Deep Blush. HEX triplet: F0, 6E and 8A. RGB value is (240,110,138). Sum of RGB (Red+Green+Blue) = 240+110+138=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06E8A is #0F9175. Grayscale: #989898. Windows color (decimal): -1020278 or 9072368. OLE color: 9072368.

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

Color convert

RGB 240 110 138 -
CMYK 0 0.54 0.42 0.06
HSL 347.08º 0.81% 0.69% -
HSV(B) 347.08º 0.54% 0.94% -
XYZ 46.1 31.51 27.7 -
YUV 152.06 120.07 190.72 -
System Red Green Blue C M Y K H S L
Decimal 240 110 138 0 0.54 0.42 0.06 347.08 0.81 0.69
Hex F0 6E 8A 0 36 2A 6 15B 51 45
Octal 360 156 212 0 66 52 6 533 121 105
Binary 11110000 1101110 10001010 0 110110 101010 110 101011011 1010001 1000101

Color Harmonies of #F06E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E8A

Black with #F06E8A

Text Example


Text Example

White with #F06E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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