Html Css Color HEX #F16886 Brink Pink

📋 copy color: '#F16886'

red 241 ◦ green 104 ◦ blue 134

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

Shades of Brink Pink #F16886

Tints of Brink Pink #F16886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.71%

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

R = 50.31%
G = 21.71%
B = 27.97%

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

#F16886 (or 0xF16886) is known color: Brink Pink. HEX triplet: F1, 68 and 86. RGB value is (241,104,134). Sum of RGB (Red+Green+Blue) = 241+104+134=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F16886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16886 is #0E9779. Grayscale: #949494. Windows color (decimal): -956282 or 8808689. OLE color: 8808689.

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

Color convert

RGB 241 104 134 -
CMYK 0 0.57 0.44 0.05
HSL 346.86º 0.83% 0.68% -
HSV(B) 346.86º 0.57% 0.95% -
XYZ 45.53 30.32 26.01 -
YUV 148.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 241 104 134 0 0.57 0.44 0.05 346.86 0.83 0.68
Hex F1 68 86 0 39 2C 5 15B 53 44
Octal 361 150 206 0 71 54 5 533 123 104
Binary 11110001 1101000 10000110 0 111001 101100 101 101011011 1010011 1000100

Color Harmonies of #F16886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16886

Black with #F16886

Text Example


Text Example

White with #F16886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16886; }

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

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

background-color css

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

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

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

border-color css

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

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

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