Html Css Color HEX #F16986 Brink Pink

📋 copy color: '#F16986'

red 241 ◦ green 105 ◦ blue 134

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

Shades of Brink Pink #F16986

Tints of Brink Pink #F16986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.88%

 BLUE value IS 134 (52.73% from 255) = 27.92%

R = 50.21%
G = 21.88%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F16986 (or 0xF16986) is known color: Brink Pink. HEX triplet: F1, 69 and 86. RGB value is (241,105,134). Sum of RGB (Red+Green+Blue) = 241+105+134=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F16986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16986 is #0E9679. Grayscale: #949494. Windows color (decimal): -956026 or 8808945. OLE color: 8808945.

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

Color convert

RGB 241 105 134 -
CMYK 0 0.56 0.44 0.05
HSL 347.21º 0.83% 0.68% -
HSV(B) 347.21º 0.56% 0.95% -
XYZ 45.63 30.53 26.04 -
YUV 148.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 241 105 134 0 0.56 0.44 0.05 347.21 0.83 0.68
Hex F1 69 86 0 38 2C 5 15B 53 44
Octal 361 151 206 0 70 54 5 533 123 104
Binary 11110001 1101001 10000110 0 111000 101100 101 101011011 1010011 1000100

Color Harmonies of #F16986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16986

Black with #F16986

Text Example


Text Example

White with #F16986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16986; }

 p { color: rgb(241,105,134); }

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

background-color css

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

 a { background-color: rgb(241,105,134); }

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

border-color css

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

 span { border-color: rgb(241,105,134); }

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