Html Css Color HEX #F16882 Brink Pink

📋 copy color: '#F16882'

red 241 ◦ green 104 ◦ blue 130

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

Shades of Brink Pink #F16882

Tints of Brink Pink #F16882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.89%

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

R = 50.74%
G = 21.89%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F16882 (or 0xF16882) is known color: Brink Pink. HEX triplet: F1, 68 and 82. RGB value is (241,104,130). Sum of RGB (Red+Green+Blue) = 241+104+130=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F16882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16882 is #0E977D. Grayscale: #939393. Windows color (decimal): -956286 or 8546545. OLE color: 8546545.

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

Color convert

RGB 241 104 130 -
CMYK 0 0.57 0.46 0.05
HSL 348.61º 0.83% 0.68% -
HSV(B) 348.61º 0.57% 0.95% -
XYZ 45.26 30.21 24.57 -
YUV 147.93 117.89 194.39 -
System Red Green Blue C M Y K H S L
Decimal 241 104 130 0 0.57 0.46 0.05 348.61 0.83 0.68
Hex F1 68 82 0 39 2E 5 15D 53 44
Octal 361 150 202 0 71 56 5 535 123 104
Binary 11110001 1101000 10000010 0 111001 101110 101 101011101 1010011 1000100

Color Harmonies of #F16882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16882

Black with #F16882

Text Example


Text Example

White with #F16882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16882; }

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

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

background-color css

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

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

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

border-color css

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

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

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