Html Css Color HEX #F16588 Brink Pink

📋 copy color: '#F16588'

red 241 ◦ green 101 ◦ blue 136

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

Shades of Brink Pink #F16588

Tints of Brink Pink #F16588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.13%

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

R = 50.42%
G = 21.13%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F16588 (or 0xF16588) is known color: Brink Pink. HEX triplet: F1, 65 and 88. RGB value is (241,101,136). Sum of RGB (Red+Green+Blue) = 241+101+136=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F16588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16588 is #0E9A77. Grayscale: #929292. Windows color (decimal): -957048 or 8938993. OLE color: 8938993.

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

Color convert

RGB 241 101 136 -
CMYK 0 0.58 0.44 0.05
HSL 345º 0.83% 0.67% -
HSV(B) 345º 0.58% 0.95% -
XYZ 45.37 29.79 26.65 -
YUV 146.85 121.88 195.15 -
System Red Green Blue C M Y K H S L
Decimal 241 101 136 0 0.58 0.44 0.05 345 0.83 0.67
Hex F1 65 88 0 3A 2C 5 159 53 43
Octal 361 145 210 0 72 54 5 531 123 103
Binary 11110001 1100101 10001000 0 111010 101100 101 101011001 1010011 1000011

Color Harmonies of #F16588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16588

Black with #F16588

Text Example


Text Example

White with #F16588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16588; }

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

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

background-color css

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

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

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

border-color css

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

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

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