Html Css Color HEX #F16681 Brink Pink

📋 copy color: '#F16681'

red 241 ◦ green 102 ◦ blue 129

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

Shades of Brink Pink #F16681

Tints of Brink Pink #F16681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.61%

 BLUE value IS 129 (50.78% from 255) = 27.33%

R = 51.06%
G = 21.61%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F16681 (or 0xF16681) is known color: Brink Pink. HEX triplet: F1, 66 and 81. RGB value is (241,102,129). Sum of RGB (Red+Green+Blue) = 241+102+129=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F16681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16681 is #0E997E. Grayscale: #929292. Windows color (decimal): -956799 or 8480497. OLE color: 8480497.

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

Color convert

RGB 241 102 129 -
CMYK 0 0.58 0.46 0.05
HSL 348.35º 0.83% 0.67% -
HSV(B) 348.35º 0.58% 0.95% -
XYZ 44.99 29.79 24.15 -
YUV 146.64 118.05 195.3 -
System Red Green Blue C M Y K H S L
Decimal 241 102 129 0 0.58 0.46 0.05 348.35 0.83 0.67
Hex F1 66 81 0 3A 2E 5 15C 53 43
Octal 361 146 201 0 72 56 5 534 123 103
Binary 11110001 1100110 10000001 0 111010 101110 101 101011100 1010011 1000011

Color Harmonies of #F16681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16681

Black with #F16681

Text Example


Text Example

White with #F16681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16681; }

 p { color: rgb(241,102,129); }

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

background-color css

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

 a { background-color: rgb(241,102,129); }

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

border-color css

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

 span { border-color: rgb(241,102,129); }

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