Html Css Color HEX #F16282 Brink Pink

📋 copy color: '#F16282'

red 241 ◦ green 98 ◦ blue 130

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

Shades of Brink Pink #F16282

Tints of Brink Pink #F16282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.72%

R = 51.39%
G = 20.9%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F16282 (or 0xF16282) is known color: Brink Pink. HEX triplet: F1, 62 and 82. RGB value is (241,98,130). Sum of RGB (Red+Green+Blue) = 241+98+130=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F16282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16282 is #0E9D7D. Grayscale: #909090. Windows color (decimal): -957822 or 8545009. OLE color: 8545009.

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

Color convert

RGB 241 98 130 -
CMYK 0 0.59 0.46 0.05
HSL 346.57º 0.84% 0.66% -
HSV(B) 346.57º 0.59% 0.95% -
XYZ 44.67 29.05 24.37 -
YUV 144.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 241 98 130 0 0.59 0.46 0.05 346.57 0.84 0.66
Hex F1 62 82 0 3B 2E 5 15B 54 42
Octal 361 142 202 0 73 56 5 533 124 102
Binary 11110001 1100010 10000010 0 111011 101110 101 101011011 1010100 1000010

Color Harmonies of #F16282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16282

Black with #F16282

Text Example


Text Example

White with #F16282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16282; }

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

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

background-color css

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

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

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

border-color css

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

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

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