Html Css Color HEX #F16489 Brink Pink

📋 copy color: '#F16489'

red 241 ◦ green 100 ◦ blue 137

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

Shades of Brink Pink #F16489

Tints of Brink Pink #F16489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.66%

R = 50.42%
G = 20.92%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F16489 (or 0xF16489) is known color: Brink Pink. HEX triplet: F1, 64 and 89. RGB value is (241,100,137). Sum of RGB (Red+Green+Blue) = 241+100+137=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F16489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16489 is #0E9B76. Grayscale: #929292. Windows color (decimal): -957303 or 9004273. OLE color: 9004273.

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

Color convert

RGB 241 100 137 -
CMYK 0 0.59 0.43 0.05
HSL 344.26º 0.83% 0.67% -
HSV(B) 344.26º 0.59% 0.95% -
XYZ 45.35 29.62 26.99 -
YUV 146.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 241 100 137 0 0.59 0.43 0.05 344.26 0.83 0.67
Hex F1 64 89 0 3B 2B 5 158 53 43
Octal 361 144 211 0 73 53 5 530 123 103
Binary 11110001 1100100 10001001 0 111011 101011 101 101011000 1010011 1000011

Color Harmonies of #F16489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16489

Black with #F16489

Text Example


Text Example

White with #F16489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16489; }

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

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

background-color css

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

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

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

border-color css

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

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

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