Html Css Color HEX #F16187 Brink Pink

📋 copy color: '#F16187'

red 241 ◦ green 97 ◦ blue 135

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

Shades of Brink Pink #F16187

Tints of Brink Pink #F16187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.54%

R = 50.95%
G = 20.51%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F16187 (or 0xF16187) is known color: Brink Pink. HEX triplet: F1, 61 and 87. RGB value is (241,97,135). Sum of RGB (Red+Green+Blue) = 241+97+135=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F16187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16187 is #0E9E78. Grayscale: #909090. Windows color (decimal): -958073 or 8872433. OLE color: 8872433.

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

Color convert

RGB 241 97 135 -
CMYK 0 0.60 0.44 0.05
HSL 344.17º 0.84% 0.66% -
HSV(B) 344.17º 0.6% 0.95% -
XYZ 44.92 29 26.15 -
YUV 144.39 122.71 196.91 -
System Red Green Blue C M Y K H S L
Decimal 241 97 135 0 0.60 0.44 0.05 344.17 0.84 0.66
Hex F1 61 87 0 3C 2C 5 158 54 42
Octal 361 141 207 0 74 54 5 530 124 102
Binary 11110001 1100001 10000111 0 111100 101100 101 101011000 1010100 1000010

Color Harmonies of #F16187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16187

Black with #F16187

Text Example


Text Example

White with #F16187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16187; }

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

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

background-color css

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

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

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

border-color css

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

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

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