Html Css Color HEX #F16E8D Deep Blush

📋 copy color: '#F16E8D'

red 241 ◦ green 110 ◦ blue 141

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

Shades of Deep Blush #F16E8D

Tints of Deep Blush #F16E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.66%

R = 48.98%
G = 22.36%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F16E8D (or 0xF16E8D) is known color: Deep Blush. HEX triplet: F1, 6E and 8D. RGB value is (241,110,141). Sum of RGB (Red+Green+Blue) = 241+110+141=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16E8D is #0E9172. Grayscale: #989898. Windows color (decimal): -954739 or 9268977. OLE color: 9268977.

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

Color convert

RGB 241 110 141 -
CMYK 0 0.54 0.41 0.05
HSL 345.8º 0.82% 0.69% -
HSV(B) 345.8º 0.54% 0.95% -
XYZ 46.66 31.78 28.87 -
YUV 152.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 241 110 141 0 0.54 0.41 0.05 345.8 0.82 0.69
Hex F1 6E 8D 0 36 29 5 15A 52 45
Octal 361 156 215 0 66 51 5 532 122 105
Binary 11110001 1101110 10001101 0 110110 101001 101 101011010 1010010 1000101

Color Harmonies of #F16E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16E8D

Black with #F16E8D

Text Example


Text Example

White with #F16E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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