Html Css Color HEX #F16786 Brink Pink

📋 copy color: '#F16786'

red 241 ◦ green 103 ◦ blue 134

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

Shades of Brink Pink #F16786

Tints of Brink Pink #F16786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.55%

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

R = 50.42%
G = 21.55%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F16786 (or 0xF16786) is known color: Brink Pink. HEX triplet: F1, 67 and 86. RGB value is (241,103,134). Sum of RGB (Red+Green+Blue) = 241+103+134=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F16786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16786 is #0E9879. Grayscale: #939393. Windows color (decimal): -956538 or 8808433. OLE color: 8808433.

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

Color convert

RGB 241 103 134 -
CMYK 0 0.57 0.44 0.05
HSL 346.52º 0.83% 0.67% -
HSV(B) 346.52º 0.57% 0.95% -
XYZ 45.43 30.12 25.97 -
YUV 147.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 241 103 134 0 0.57 0.44 0.05 346.52 0.83 0.67
Hex F1 67 86 0 39 2C 5 15B 53 43
Octal 361 147 206 0 71 54 5 533 123 103
Binary 11110001 1100111 10000110 0 111001 101100 101 101011011 1010011 1000011

Color Harmonies of #F16786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16786

Black with #F16786

Text Example


Text Example

White with #F16786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16786; }

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

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

background-color css

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

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

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

border-color css

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

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

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