Html Css Color HEX #F16280 Brink Pink

📋 copy color: '#F16280'

red 241 ◦ green 98 ◦ blue 128

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

Shades of Brink Pink #F16280

Tints of Brink Pink #F16280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.41%

R = 51.61%
G = 20.99%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F16280 (or 0xF16280) is known color: Brink Pink. HEX triplet: F1, 62 and 80. RGB value is (241,98,128). Sum of RGB (Red+Green+Blue) = 241+98+128=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F16280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16280 is #0E9D7F. Grayscale: #909090. Windows color (decimal): -957824 or 8413937. OLE color: 8413937.

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

Color convert

RGB 241 98 128 -
CMYK 0 0.59 0.47 0.05
HSL 347.41º 0.84% 0.66% -
HSV(B) 347.41º 0.59% 0.95% -
XYZ 44.54 28.99 23.67 -
YUV 144.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 241 98 128 0 0.59 0.47 0.05 347.41 0.84 0.66
Hex F1 62 80 0 3B 2F 5 15B 54 42
Octal 361 142 200 0 73 57 5 533 124 102
Binary 11110001 1100010 10000000 0 111011 101111 101 101011011 1010100 1000010

Color Harmonies of #F16280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16280

Black with #F16280

Text Example


Text Example

White with #F16280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16280; }

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

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

background-color css

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

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

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

border-color css

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

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

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