Html Css Color HEX #F16484 Brink Pink

📋 copy color: '#F16484'

red 241 ◦ green 100 ◦ blue 132

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

Shades of Brink Pink #F16484

Tints of Brink Pink #F16484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

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

R = 50.95%
G = 21.14%
B = 27.91%

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

#F16484 (or 0xF16484) is known color: Brink Pink. HEX triplet: F1, 64 and 84. RGB value is (241,100,132). Sum of RGB (Red+Green+Blue) = 241+100+132=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F16484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16484 is #0E9B7B. Grayscale: #919191. Windows color (decimal): -957308 or 8676593. OLE color: 8676593.

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

Color convert

RGB 241 100 132 -
CMYK 0 0.59 0.45 0.05
HSL 346.38º 0.83% 0.67% -
HSV(B) 346.38º 0.59% 0.95% -
XYZ 45 29.48 25.15 -
YUV 145.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 241 100 132 0 0.59 0.45 0.05 346.38 0.83 0.67
Hex F1 64 84 0 3B 2D 5 15A 53 43
Octal 361 144 204 0 73 55 5 532 123 103
Binary 11110001 1100100 10000100 0 111011 101101 101 101011010 1010011 1000011

Color Harmonies of #F16484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16484

Black with #F16484

Text Example


Text Example

White with #F16484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16484; }

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

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

background-color css

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

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

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

border-color css

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

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

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