Html Css Color HEX #F16B84 Brink Pink

📋 copy color: '#F16B84'

red 241 ◦ green 107 ◦ blue 132

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

Shades of Brink Pink #F16B84

Tints of Brink Pink #F16B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 50.21%
G = 22.29%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F16B84 (or 0xF16B84) is known color: Brink Pink. HEX triplet: F1, 6B and 84. RGB value is (241,107,132). Sum of RGB (Red+Green+Blue) = 241+107+132=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16B84 is #0E947B. Grayscale: #959595. Windows color (decimal): -955516 or 8678385. OLE color: 8678385.

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

Color convert

RGB 241 107 132 -
CMYK 0 0.56 0.45 0.05
HSL 348.81º 0.83% 0.68% -
HSV(B) 348.81º 0.56% 0.95% -
XYZ 45.7 30.88 25.38 -
YUV 149.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 241 107 132 0 0.56 0.45 0.05 348.81 0.83 0.68
Hex F1 6B 84 0 38 2D 5 15D 53 44
Octal 361 153 204 0 70 55 5 535 123 104
Binary 11110001 1101011 10000100 0 111000 101101 101 101011101 1010011 1000100

Color Harmonies of #F16B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B84

Black with #F16B84

Text Example


Text Example

White with #F16B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B84; }

 p { color: rgb(241,107,132); }

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

background-color css

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

 a { background-color: rgb(241,107,132); }

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

border-color css

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

 span { border-color: rgb(241,107,132); }

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