Html Css Color HEX #F16782 Brink Pink

📋 copy color: '#F16782'

red 241 ◦ green 103 ◦ blue 130

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

Shades of Brink Pink #F16782

Tints of Brink Pink #F16782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.73%

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

R = 50.84%
G = 21.73%
B = 27.43%

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

#F16782 (or 0xF16782) is known color: Brink Pink. HEX triplet: F1, 67 and 82. RGB value is (241,103,130). Sum of RGB (Red+Green+Blue) = 241+103+130=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F16782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16782 is #0E987D. Grayscale: #939393. Windows color (decimal): -956542 or 8546289. OLE color: 8546289.

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

Color convert

RGB 241 103 130 -
CMYK 0 0.57 0.46 0.05
HSL 348.26º 0.83% 0.67% -
HSV(B) 348.26º 0.57% 0.95% -
XYZ 45.16 30.01 24.53 -
YUV 147.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 241 103 130 0 0.57 0.46 0.05 348.26 0.83 0.67
Hex F1 67 82 0 39 2E 5 15C 53 43
Octal 361 147 202 0 71 56 5 534 123 103
Binary 11110001 1100111 10000010 0 111001 101110 101 101011100 1010011 1000011

Color Harmonies of #F16782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16782

Black with #F16782

Text Example


Text Example

White with #F16782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16782; }

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

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

background-color css

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

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

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

border-color css

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

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

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