Html Css Color HEX #F16079 Brink Pink

📋 copy color: '#F16079'

red 241 ◦ green 96 ◦ blue 121

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

Shades of Brink Pink #F16079

Tints of Brink Pink #F16079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.96%

 BLUE value IS 121 (47.66% from 255) = 26.42%

R = 52.62%
G = 20.96%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F16079 (or 0xF16079) is known color: Brink Pink. HEX triplet: F1, 60 and 79. RGB value is (241,96,121). Sum of RGB (Red+Green+Blue) = 241+96+121=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F16079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16079 is #0E9F86. Grayscale: #8E8E8E. Windows color (decimal): -958343 or 7954673. OLE color: 7954673.

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

Color convert

RGB 241 96 121 -
CMYK 0 0.60 0.50 0.05
HSL 349.66º 0.84% 0.66% -
HSV(B) 349.66º 0.6% 0.95% -
XYZ 43.91 28.45 21.27 -
YUV 142.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 241 96 121 0 0.60 0.50 0.05 349.66 0.84 0.66
Hex F1 60 79 0 3C 32 5 15E 54 42
Octal 361 140 171 0 74 62 5 536 124 102
Binary 11110001 1100000 1111001 0 111100 110010 101 101011110 1010100 1000010

Color Harmonies of #F16079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16079

Black with #F16079

Text Example


Text Example

White with #F16079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16079; }

 p { color: rgb(241,96,121); }

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

background-color css

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

 a { background-color: rgb(241,96,121); }

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

border-color css

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

 span { border-color: rgb(241,96,121); }

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