Html Css Color HEX #F16E8C Deep Blush

📋 copy color: '#F16E8C'

red 241 ◦ green 110 ◦ blue 140

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

Shades of Deep Blush #F16E8C

Tints of Deep Blush #F16E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 49.08%
G = 22.4%
B = 28.51%

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

#F16E8C (or 0xF16E8C) is known color: Deep Blush. HEX triplet: F1, 6E and 8C. RGB value is (241,110,140). Sum of RGB (Red+Green+Blue) = 241+110+140=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16E8C is #0E9173. Grayscale: #989898. Windows color (decimal): -954740 or 9203441. OLE color: 9203441.

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

Color convert

RGB 241 110 140 -
CMYK 0 0.54 0.42 0.05
HSL 346.26º 0.82% 0.69% -
HSV(B) 346.26º 0.54% 0.95% -
XYZ 46.59 31.75 28.48 -
YUV 152.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 241 110 140 0 0.54 0.42 0.05 346.26 0.82 0.69
Hex F1 6E 8C 0 36 2A 5 15A 52 45
Octal 361 156 214 0 66 52 5 532 122 105
Binary 11110001 1101110 10001100 0 110110 101010 101 101011010 1010010 1000101

Color Harmonies of #F16E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16E8C

Black with #F16E8C

Text Example


Text Example

White with #F16E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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