Html Css Color HEX #F16486 Brink Pink

📋 copy color: '#F16486'

red 241 ◦ green 100 ◦ blue 134

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

Shades of Brink Pink #F16486

Tints of Brink Pink #F16486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.05%

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

R = 50.74%
G = 21.05%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F16486 (or 0xF16486) is known color: Brink Pink. HEX triplet: F1, 64 and 86. RGB value is (241,100,134). Sum of RGB (Red+Green+Blue) = 241+100+134=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F16486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16486 is #0E9B79. Grayscale: #929292. Windows color (decimal): -957306 or 8807665. OLE color: 8807665.

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

Color convert

RGB 241 100 134 -
CMYK 0 0.59 0.44 0.05
HSL 345.53º 0.83% 0.67% -
HSV(B) 345.53º 0.59% 0.95% -
XYZ 45.14 29.54 25.88 -
YUV 146.04 121.21 195.74 -
System Red Green Blue C M Y K H S L
Decimal 241 100 134 0 0.59 0.44 0.05 345.53 0.83 0.67
Hex F1 64 86 0 3B 2C 5 15A 53 43
Octal 361 144 206 0 73 54 5 532 123 103
Binary 11110001 1100100 10000110 0 111011 101100 101 101011010 1010011 1000011

Color Harmonies of #F16486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16486

Black with #F16486

Text Example


Text Example

White with #F16486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16486; }

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

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

background-color css

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

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

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

border-color css

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

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

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