Html Css Color HEX #F16379 Brink Pink

📋 copy color: '#F16379'

red 241 ◦ green 99 ◦ blue 121

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

Shades of Brink Pink #F16379

Tints of Brink Pink #F16379

RGB

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

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

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

R = 52.28%
G = 21.48%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F16379 (or 0xF16379) is known color: Brink Pink. HEX triplet: F1, 63 and 79. RGB value is (241,99,121). Sum of RGB (Red+Green+Blue) = 241+99+121=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F16379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16379 is #0E9C86. Grayscale: #909090. Windows color (decimal): -957575 or 7955441. OLE color: 7955441.

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

Color convert

RGB 241 99 121 -
CMYK 0 0.59 0.50 0.05
HSL 350.7º 0.84% 0.67% -
HSV(B) 350.7º 0.59% 0.95% -
XYZ 44.19 29 21.36 -
YUV 143.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 241 99 121 0 0.59 0.50 0.05 350.7 0.84 0.67
Hex F1 63 79 0 3B 32 5 15F 54 43
Octal 361 143 171 0 73 62 5 537 124 103
Binary 11110001 1100011 1111001 0 111011 110010 101 101011111 1010100 1000011

Color Harmonies of #F16379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16379

Black with #F16379

Text Example


Text Example

White with #F16379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16379; }

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

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

background-color css

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

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

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

border-color css

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

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

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