Html Css Color HEX #F16887 Brink Pink

📋 copy color: '#F16887'

red 241 ◦ green 104 ◦ blue 135

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

Shades of Brink Pink #F16887

Tints of Brink Pink #F16887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.13%

R = 50.21%
G = 21.67%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F16887 (or 0xF16887) is known color: Brink Pink. HEX triplet: F1, 68 and 87. RGB value is (241,104,135). Sum of RGB (Red+Green+Blue) = 241+104+135=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F16887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16887 is #0E9778. Grayscale: #949494. Windows color (decimal): -956281 or 8874225. OLE color: 8874225.

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

Color convert

RGB 241 104 135 -
CMYK 0 0.57 0.44 0.05
HSL 346.42º 0.83% 0.68% -
HSV(B) 346.42º 0.57% 0.95% -
XYZ 45.6 30.35 26.38 -
YUV 148.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 241 104 135 0 0.57 0.44 0.05 346.42 0.83 0.68
Hex F1 68 87 0 39 2C 5 15A 53 44
Octal 361 150 207 0 71 54 5 532 123 104
Binary 11110001 1101000 10000111 0 111001 101100 101 101011010 1010011 1000100

Color Harmonies of #F16887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16887

Black with #F16887

Text Example


Text Example

White with #F16887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16887; }

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

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

background-color css

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

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

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

border-color css

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

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

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