Html Css Color HEX #F16386 Brink Pink

📋 copy color: '#F16386'

red 241 ◦ green 99 ◦ blue 134

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

Shades of Brink Pink #F16386

Tints of Brink Pink #F16386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.89%

 BLUE value IS 134 (52.73% from 255) = 28.27%

R = 50.84%
G = 20.89%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F16386 (or 0xF16386) is known color: Brink Pink. HEX triplet: F1, 63 and 86. RGB value is (241,99,134). Sum of RGB (Red+Green+Blue) = 241+99+134=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F16386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16386 is #0E9C79. Grayscale: #919191. Windows color (decimal): -957562 or 8807409. OLE color: 8807409.

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

Color convert

RGB 241 99 134 -
CMYK 0 0.59 0.44 0.05
HSL 345.21º 0.84% 0.67% -
HSV(B) 345.21º 0.59% 0.95% -
XYZ 45.04 29.35 25.84 -
YUV 145.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 241 99 134 0 0.59 0.44 0.05 345.21 0.84 0.67
Hex F1 63 86 0 3B 2C 5 159 54 43
Octal 361 143 206 0 73 54 5 531 124 103
Binary 11110001 1100011 10000110 0 111011 101100 101 101011001 1010100 1000011

Color Harmonies of #F16386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16386

Black with #F16386

Text Example


Text Example

White with #F16386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16386; }

 p { color: rgb(241,99,134); }

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

background-color css

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

 a { background-color: rgb(241,99,134); }

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

border-color css

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

 span { border-color: rgb(241,99,134); }

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