Html Css Color HEX #F16285 Brink Pink

📋 copy color: '#F16285'

red 241 ◦ green 98 ◦ blue 133

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

Shades of Brink Pink #F16285

Tints of Brink Pink #F16285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.76%

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

R = 51.06%
G = 20.76%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F16285 (or 0xF16285) is known color: Brink Pink. HEX triplet: F1, 62 and 85. RGB value is (241,98,133). Sum of RGB (Red+Green+Blue) = 241+98+133=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F16285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16285 is #0E9D7A. Grayscale: #909090. Windows color (decimal): -957819 or 8741617. OLE color: 8741617.

HSL color Cylindrical-coordinate representation of color #F16285: hue angle of 345.31º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16285 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 98 133 -
CMYK 0 0.59 0.45 0.05
HSL 345.31º 0.84% 0.66% -
HSV(B) 345.31º 0.59% 0.95% -
XYZ 44.88 29.13 25.45 -
YUV 144.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 241 98 133 0 0.59 0.45 0.05 345.31 0.84 0.66
Hex F1 62 85 0 3B 2D 5 159 54 42
Octal 361 142 205 0 73 55 5 531 124 102
Binary 11110001 1100010 10000101 0 111011 101101 101 101011001 1010100 1000010

Color Harmonies of #F16285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16285

Black with #F16285

Text Example


Text Example

White with #F16285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16285; }

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

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

background-color css

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

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

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

border-color css

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

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

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