Html Css Color HEX #F16982 Brink Pink

📋 copy color: '#F16982'

red 241 ◦ green 105 ◦ blue 130

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

Shades of Brink Pink #F16982

Tints of Brink Pink #F16982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.06%

 BLUE value IS 130 (51.17% from 255) = 27.31%

R = 50.63%
G = 22.06%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F16982 (or 0xF16982) is known color: Brink Pink. HEX triplet: F1, 69 and 82. RGB value is (241,105,130). Sum of RGB (Red+Green+Blue) = 241+105+130=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F16982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16982 is #0E967D. Grayscale: #949494. Windows color (decimal): -956030 or 8546801. OLE color: 8546801.

HSL color Cylindrical-coordinate representation of color #F16982: hue angle of 348.97º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16982 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 105 130 -
CMYK 0 0.56 0.46 0.05
HSL 348.97º 0.83% 0.68% -
HSV(B) 348.97º 0.56% 0.95% -
XYZ 45.36 30.42 24.6 -
YUV 148.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 241 105 130 0 0.56 0.46 0.05 348.97 0.83 0.68
Hex F1 69 82 0 38 2E 5 15D 53 44
Octal 361 151 202 0 70 56 5 535 123 104
Binary 11110001 1101001 10000010 0 111000 101110 101 101011101 1010011 1000100

Color Harmonies of #F16982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16982

Black with #F16982

Text Example


Text Example

White with #F16982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16982; }

 p { color: rgb(241,105,130); }

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

background-color css

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

 a { background-color: rgb(241,105,130); }

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

border-color css

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

 span { border-color: rgb(241,105,130); }

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