Html Css Color HEX #F16583 Brink Pink

📋 copy color: '#F16583'

red 241 ◦ green 101 ◦ blue 131

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

Shades of Brink Pink #F16583

Tints of Brink Pink #F16583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.35%

 BLUE value IS 131 (51.56% from 255) = 27.7%

R = 50.95%
G = 21.35%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F16583 (or 0xF16583) is known color: Brink Pink. HEX triplet: F1, 65 and 83. RGB value is (241,101,131). Sum of RGB (Red+Green+Blue) = 241+101+131=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F16583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16583 is #0E9A7C. Grayscale: #929292. Windows color (decimal): -957053 or 8611313. OLE color: 8611313.

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

Color convert

RGB 241 101 131 -
CMYK 0 0.58 0.46 0.05
HSL 347.14º 0.83% 0.67% -
HSV(B) 347.14º 0.58% 0.95% -
XYZ 45.03 29.65 24.82 -
YUV 146.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 241 101 131 0 0.58 0.46 0.05 347.14 0.83 0.67
Hex F1 65 83 0 3A 2E 5 15B 53 43
Octal 361 145 203 0 72 56 5 533 123 103
Binary 11110001 1100101 10000011 0 111010 101110 101 101011011 1010011 1000011

Color Harmonies of #F16583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16583

Black with #F16583

Text Example


Text Example

White with #F16583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16583; }

 p { color: rgb(241,101,131); }

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

background-color css

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

 a { background-color: rgb(241,101,131); }

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

border-color css

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

 span { border-color: rgb(241,101,131); }

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