Html Css Color HEX #F16A80 Brink Pink

📋 copy color: '#F16A80'

red 241 ◦ green 106 ◦ blue 128

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

Shades of Brink Pink #F16A80

Tints of Brink Pink #F16A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.95%

R = 50.74%
G = 22.32%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F16A80 (or 0xF16A80) is known color: Brink Pink. HEX triplet: F1, 6A and 80. RGB value is (241,106,128). Sum of RGB (Red+Green+Blue) = 241+106+128=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16A80 is #0E957F. Grayscale: #949494. Windows color (decimal): -955776 or 8415985. OLE color: 8415985.

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

Color convert

RGB 241 106 128 -
CMYK 0 0.56 0.47 0.05
HSL 350.22º 0.83% 0.68% -
HSV(B) 350.22º 0.56% 0.95% -
XYZ 45.33 30.57 23.93 -
YUV 148.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 241 106 128 0 0.56 0.47 0.05 350.22 0.83 0.68
Hex F1 6A 80 0 38 2F 5 15E 53 44
Octal 361 152 200 0 70 57 5 536 123 104
Binary 11110001 1101010 10000000 0 111000 101111 101 101011110 1010011 1000100

Color Harmonies of #F16A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A80

Black with #F16A80

Text Example


Text Example

White with #F16A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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