Html Css Color HEX #F16084 Brink Pink

📋 copy color: '#F16084'

red 241 ◦ green 96 ◦ blue 132

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

Shades of Brink Pink #F16084

Tints of Brink Pink #F16084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.14%

R = 51.39%
G = 20.47%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F16084 (or 0xF16084) is known color: Brink Pink. HEX triplet: F1, 60 and 84. RGB value is (241,96,132). Sum of RGB (Red+Green+Blue) = 241+96+132=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F16084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16084 is #0E9F7B. Grayscale: #8F8F8F. Windows color (decimal): -958332 or 8675569. OLE color: 8675569.

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

Color convert

RGB 241 96 132 -
CMYK 0 0.60 0.45 0.05
HSL 345.1º 0.84% 0.66% -
HSV(B) 345.1º 0.6% 0.95% -
XYZ 44.62 28.73 25.02 -
YUV 143.46 121.54 197.57 -
System Red Green Blue C M Y K H S L
Decimal 241 96 132 0 0.60 0.45 0.05 345.1 0.84 0.66
Hex F1 60 84 0 3C 2D 5 159 54 42
Octal 361 140 204 0 74 55 5 531 124 102
Binary 11110001 1100000 10000100 0 111100 101101 101 101011001 1010100 1000010

Color Harmonies of #F16084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16084

Black with #F16084

Text Example


Text Example

White with #F16084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16084; }

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

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

background-color css

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

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

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

border-color css

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

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

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