Html Css Color HEX #F16284 Brink Pink

📋 copy color: '#F16284'

red 241 ◦ green 98 ◦ blue 132

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

Shades of Brink Pink #F16284

Tints of Brink Pink #F16284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.03%

R = 51.17%
G = 20.81%
B = 28.03%

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

#F16284 (or 0xF16284) is known color: Brink Pink. HEX triplet: F1, 62 and 84. RGB value is (241,98,132). Sum of RGB (Red+Green+Blue) = 241+98+132=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F16284 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16284 is #0E9D7B. Grayscale: #909090. Windows color (decimal): -957820 or 8676081. OLE color: 8676081.

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

Color convert

RGB 241 98 132 -
CMYK 0 0.59 0.45 0.05
HSL 345.73º 0.84% 0.66% -
HSV(B) 345.73º 0.59% 0.95% -
XYZ 44.81 29.1 25.09 -
YUV 144.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 241 98 132 0 0.59 0.45 0.05 345.73 0.84 0.66
Hex F1 62 84 0 3B 2D 5 15A 54 42
Octal 361 142 204 0 73 55 5 532 124 102
Binary 11110001 1100010 10000100 0 111011 101101 101 101011010 1010100 1000010

Color Harmonies of #F16284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16284

Black with #F16284

Text Example


Text Example

White with #F16284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16284; }

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

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

background-color css

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

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

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

border-color css

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

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

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