Html Css Color HEX #F16884 Brink Pink

📋 copy color: '#F16884'

red 241 ◦ green 104 ◦ blue 132

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

Shades of Brink Pink #F16884

Tints of Brink Pink #F16884

RGB

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

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

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

R = 50.52%
G = 21.8%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F16884 (or 0xF16884) is known color: Brink Pink. HEX triplet: F1, 68 and 84. RGB value is (241,104,132). Sum of RGB (Red+Green+Blue) = 241+104+132=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F16884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16884 is #0E977B. Grayscale: #949494. Windows color (decimal): -956284 or 8677617. OLE color: 8677617.

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

Color convert

RGB 241 104 132 -
CMYK 0 0.57 0.45 0.05
HSL 347.74º 0.83% 0.68% -
HSV(B) 347.74º 0.57% 0.95% -
XYZ 45.39 30.27 25.28 -
YUV 148.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 241 104 132 0 0.57 0.45 0.05 347.74 0.83 0.68
Hex F1 68 84 0 39 2D 5 15C 53 44
Octal 361 150 204 0 71 55 5 534 123 104
Binary 11110001 1101000 10000100 0 111001 101101 101 101011100 1010011 1000100

Color Harmonies of #F16884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16884

Black with #F16884

Text Example


Text Example

White with #F16884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16884; }

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

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

background-color css

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

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

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

border-color css

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

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

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