Html Css Color HEX #F16785 Brink Pink

📋 copy color: '#F16785'

red 241 ◦ green 103 ◦ blue 133

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

Shades of Brink Pink #F16785

Tints of Brink Pink #F16785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.88%

R = 50.52%
G = 21.59%
B = 27.88%

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

#F16785 (or 0xF16785) is known color: Brink Pink. HEX triplet: F1, 67 and 85. RGB value is (241,103,133). Sum of RGB (Red+Green+Blue) = 241+103+133=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F16785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16785 is #0E987A. Grayscale: #939393. Windows color (decimal): -956539 or 8742897. OLE color: 8742897.

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

Color convert

RGB 241 103 133 -
CMYK 0 0.57 0.45 0.05
HSL 346.96º 0.83% 0.67% -
HSV(B) 346.96º 0.57% 0.95% -
XYZ 45.36 30.09 25.61 -
YUV 147.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 241 103 133 0 0.57 0.45 0.05 346.96 0.83 0.67
Hex F1 67 85 0 39 2D 5 15B 53 43
Octal 361 147 205 0 71 55 5 533 123 103
Binary 11110001 1100111 10000101 0 111001 101101 101 101011011 1010011 1000011

Color Harmonies of #F16785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16785

Black with #F16785

Text Example


Text Example

White with #F16785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16785; }

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

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

background-color css

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

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

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

border-color css

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

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

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