Html Css Color HEX #F16D8D Deep Blush

📋 copy color: '#F16D8D'

red 241 ◦ green 109 ◦ blue 141

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

Shades of Deep Blush #F16D8D

Tints of Deep Blush #F16D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.2%

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

R = 49.08%
G = 22.2%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F16D8D (or 0xF16D8D) is known color: Deep Blush. HEX triplet: F1, 6D and 8D. RGB value is (241,109,141). Sum of RGB (Red+Green+Blue) = 241+109+141=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D8D is #0E9272. Grayscale: #989898. Windows color (decimal): -954995 or 9268721. OLE color: 9268721.

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

Color convert

RGB 241 109 141 -
CMYK 0 0.55 0.41 0.05
HSL 345.45º 0.83% 0.69% -
HSV(B) 345.45º 0.55% 0.95% -
XYZ 46.55 31.56 28.84 -
YUV 152.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 241 109 141 0 0.55 0.41 0.05 345.45 0.83 0.69
Hex F1 6D 8D 0 37 29 5 159 52 45
Octal 361 155 215 0 67 51 5 531 122 105
Binary 11110001 1101101 10001101 0 110111 101001 101 101011001 1010010 1000101

Color Harmonies of #F16D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D8D

Black with #F16D8D

Text Example


Text Example

White with #F16D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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