Html Css Color HEX #F16A8D Deep Blush

📋 copy color: '#F16A8D'

red 241 ◦ green 106 ◦ blue 141

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

Shades of Deep Blush #F16A8D

Tints of Deep Blush #F16A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.72%

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

R = 49.39%
G = 21.72%
B = 28.89%

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

#F16A8D (or 0xF16A8D) is known color: Deep Blush. HEX triplet: F1, 6A and 8D. RGB value is (241,106,141). Sum of RGB (Red+Green+Blue) = 241+106+141=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16A8D is #0E9572. Grayscale: #969696. Windows color (decimal): -955763 or 9267953. OLE color: 9267953.

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

Color convert

RGB 241 106 141 -
CMYK 0 0.56 0.41 0.05
HSL 344.44º 0.83% 0.68% -
HSV(B) 344.44º 0.56% 0.95% -
XYZ 46.24 30.93 28.73 -
YUV 150.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 241 106 141 0 0.56 0.41 0.05 344.44 0.83 0.68
Hex F1 6A 8D 0 38 29 5 158 53 44
Octal 361 152 215 0 70 51 5 530 123 104
Binary 11110001 1101010 10001101 0 111000 101001 101 101011000 1010011 1000100

Color Harmonies of #F16A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A8D

Black with #F16A8D

Text Example


Text Example

White with #F16A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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