Html Css Color HEX #F16188 Brink Pink

📋 copy color: '#F16188'

red 241 ◦ green 97 ◦ blue 136

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

Shades of Brink Pink #F16188

Tints of Brink Pink #F16188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.69%

R = 50.84%
G = 20.46%
B = 28.69%

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

#F16188 (or 0xF16188) is known color: Brink Pink. HEX triplet: F1, 61 and 88. RGB value is (241,97,136). Sum of RGB (Red+Green+Blue) = 241+97+136=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F16188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16188 is #0E9E77. Grayscale: #909090. Windows color (decimal): -958072 or 8937969. OLE color: 8937969.

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

Color convert

RGB 241 97 136 -
CMYK 0 0.60 0.44 0.05
HSL 343.75º 0.84% 0.66% -
HSV(B) 343.75º 0.6% 0.95% -
XYZ 44.99 29.03 26.52 -
YUV 144.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 241 97 136 0 0.60 0.44 0.05 343.75 0.84 0.66
Hex F1 61 88 0 3C 2C 5 158 54 42
Octal 361 141 210 0 74 54 5 530 124 102
Binary 11110001 1100001 10001000 0 111100 101100 101 101011000 1010100 1000010

Color Harmonies of #F16188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16188

Black with #F16188

Text Example


Text Example

White with #F16188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16188; }

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

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

background-color css

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

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

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

border-color css

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

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

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