Html Css Color HEX #F16B8D Deep Blush

📋 copy color: '#F16B8D'

red 241 ◦ green 107 ◦ blue 141

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

Shades of Deep Blush #F16B8D

Tints of Deep Blush #F16B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.88%

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

R = 49.28%
G = 21.88%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F16B8D (or 0xF16B8D) is known color: Deep Blush. HEX triplet: F1, 6B and 8D. RGB value is (241,107,141). Sum of RGB (Red+Green+Blue) = 241+107+141=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16B8D is #0E9472. Grayscale: #969696. Windows color (decimal): -955507 or 9268209. OLE color: 9268209.

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

Color convert

RGB 241 107 141 -
CMYK 0 0.56 0.41 0.05
HSL 344.78º 0.83% 0.68% -
HSV(B) 344.78º 0.56% 0.95% -
XYZ 46.34 31.14 28.77 -
YUV 150.94 122.39 192.24 -
System Red Green Blue C M Y K H S L
Decimal 241 107 141 0 0.56 0.41 0.05 344.78 0.83 0.68
Hex F1 6B 8D 0 38 29 5 159 53 44
Octal 361 153 215 0 70 51 5 531 123 104
Binary 11110001 1101011 10001101 0 111000 101001 101 101011001 1010011 1000100

Color Harmonies of #F16B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B8D

Black with #F16B8D

Text Example


Text Example

White with #F16B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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