Html Css Color HEX #F16180 Brink Pink

📋 copy color: '#F16180'

red 241 ◦ green 97 ◦ blue 128

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

Shades of Brink Pink #F16180

Tints of Brink Pink #F16180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.82%

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

R = 51.72%
G = 20.82%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F16180 (or 0xF16180) is known color: Brink Pink. HEX triplet: F1, 61 and 80. RGB value is (241,97,128). Sum of RGB (Red+Green+Blue) = 241+97+128=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F16180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16180 is #0E9E7F. Grayscale: #8F8F8F. Windows color (decimal): -958080 or 8413681. OLE color: 8413681.

HSL color Cylindrical-coordinate representation of color #F16180: hue angle of 347.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16180 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 128 -
CMYK 0 0.60 0.47 0.05
HSL 347.08º 0.84% 0.66% -
HSV(B) 347.08º 0.6% 0.95% -
XYZ 44.45 28.81 23.64 -
YUV 143.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 241 97 128 0 0.60 0.47 0.05 347.08 0.84 0.66
Hex F1 61 80 0 3C 2F 5 15B 54 42
Octal 361 141 200 0 74 57 5 533 124 102
Binary 11110001 1100001 10000000 0 111100 101111 101 101011011 1010100 1000010

Color Harmonies of #F16180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16180

Black with #F16180

Text Example


Text Example

White with #F16180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16180; }

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

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

background-color css

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

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

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

border-color css

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

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

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