Html Css Color HEX #F16377 Brink Pink

📋 copy color: '#F16377'

red 241 ◦ green 99 ◦ blue 119

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

Shades of Brink Pink #F16377

Tints of Brink Pink #F16377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.93%

R = 52.51%
G = 21.57%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F16377 (or 0xF16377) is known color: Brink Pink. HEX triplet: F1, 63 and 77. RGB value is (241,99,119). Sum of RGB (Red+Green+Blue) = 241+99+119=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F16377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16377 is #0E9C88. Grayscale: #8F8F8F. Windows color (decimal): -957577 or 7824369. OLE color: 7824369.

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

Color convert

RGB 241 99 119 -
CMYK 0 0.59 0.51 0.05
HSL 351.55º 0.84% 0.67% -
HSV(B) 351.55º 0.59% 0.95% -
XYZ 44.07 28.96 20.72 -
YUV 143.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 241 99 119 0 0.59 0.51 0.05 351.55 0.84 0.67
Hex F1 63 77 0 3B 33 5 160 54 43
Octal 361 143 167 0 73 63 5 540 124 103
Binary 11110001 1100011 1110111 0 111011 110011 101 101100000 1010100 1000011

Color Harmonies of #F16377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16377

Black with #F16377

Text Example


Text Example

White with #F16377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16377; }

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

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

background-color css

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

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

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

border-color css

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

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

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