Html Css Color HEX #F16189 Brink Pink

📋 copy color: '#F16189'

red 241 ◦ green 97 ◦ blue 137

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

Shades of Brink Pink #F16189

Tints of Brink Pink #F16189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.42%

 BLUE value IS 137 (53.91% from 255) = 28.84%

R = 50.74%
G = 20.42%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F16189 (or 0xF16189) is known color: Brink Pink. HEX triplet: F1, 61 and 89. RGB value is (241,97,137). Sum of RGB (Red+Green+Blue) = 241+97+137=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F16189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16189 is #0E9E76. Grayscale: #909090. Windows color (decimal): -958071 or 9003505. OLE color: 9003505.

HSL color Cylindrical-coordinate representation of color #F16189: hue angle of 343.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16189 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 137 -
CMYK 0 0.60 0.43 0.05
HSL 343.33º 0.84% 0.66% -
HSV(B) 343.33º 0.6% 0.95% -
XYZ 45.07 29.06 26.9 -
YUV 144.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 241 97 137 0 0.60 0.43 0.05 343.33 0.84 0.66
Hex F1 61 89 0 3C 2B 5 157 54 42
Octal 361 141 211 0 74 53 5 527 124 102
Binary 11110001 1100001 10001001 0 111100 101011 101 101010111 1010100 1000010

Color Harmonies of #F16189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16189

Black with #F16189

Text Example


Text Example

White with #F16189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16189; }

 p { color: rgb(241,97,137); }

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

background-color css

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

 a { background-color: rgb(241,97,137); }

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

border-color css

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

 span { border-color: rgb(241,97,137); }

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