Html Css Color HEX #F16384 Brink Pink

📋 copy color: '#F16384'

red 241 ◦ green 99 ◦ blue 132

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

Shades of Brink Pink #F16384

Tints of Brink Pink #F16384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.97%

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

R = 51.06%
G = 20.97%
B = 27.97%

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

#F16384 (or 0xF16384) is known color: Brink Pink. HEX triplet: F1, 63 and 84. RGB value is (241,99,132). Sum of RGB (Red+Green+Blue) = 241+99+132=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F16384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16384 is #0E9C7B. Grayscale: #919191. Windows color (decimal): -957564 or 8676337. OLE color: 8676337.

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

Color convert

RGB 241 99 132 -
CMYK 0 0.59 0.45 0.05
HSL 346.06º 0.84% 0.67% -
HSV(B) 346.06º 0.59% 0.95% -
XYZ 44.9 29.29 25.12 -
YUV 145.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 241 99 132 0 0.59 0.45 0.05 346.06 0.84 0.67
Hex F1 63 84 0 3B 2D 5 15A 54 43
Octal 361 143 204 0 73 55 5 532 124 103
Binary 11110001 1100011 10000100 0 111011 101101 101 101011010 1010100 1000011

Color Harmonies of #F16384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16384

Black with #F16384

Text Example


Text Example

White with #F16384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16384; }

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

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

background-color css

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

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

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

border-color css

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

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

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