Html Css Color HEX #F16E8B Deep Blush

📋 copy color: '#F16E8B'

red 241 ◦ green 110 ◦ blue 139

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

Shades of Deep Blush #F16E8B

Tints of Deep Blush #F16E8B

RGB

 RED value IS 241 (94.53% from 255) = 49.18%

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

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 49.18%
G = 22.45%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F16E8B (or 0xF16E8B) is known color: Deep Blush. HEX triplet: F1, 6E and 8B. RGB value is (241,110,139). Sum of RGB (Red+Green+Blue) = 241+110+139=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16E8B is #0E9174. Grayscale: #989898. Windows color (decimal): -954741 or 9137905. OLE color: 9137905.

HSL color Cylindrical-coordinate representation of color #F16E8B: hue angle of 346.72º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16E8B is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 110 139 -
CMYK 0 0.54 0.42 0.05
HSL 346.72º 0.82% 0.69% -
HSV(B) 346.72º 0.54% 0.95% -
XYZ 46.51 31.72 28.1 -
YUV 152.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 241 110 139 0 0.54 0.42 0.05 346.72 0.82 0.69
Hex F1 6E 8B 0 36 2A 5 15B 52 45
Octal 361 156 213 0 66 52 5 533 122 105
Binary 11110001 1101110 10001011 0 110110 101010 101 101011011 1010010 1000101

Color Harmonies of #F16E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16E8B

Black with #F16E8B

Text Example


Text Example

White with #F16E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16E8B; }

 p { color: rgb(241,110,139); }

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

background-color css

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

 a { background-color: rgb(241,110,139); }

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

border-color css

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

 span { border-color: rgb(241,110,139); }

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