Html Css Color HEX #F16983 Brink Pink

📋 copy color: '#F16983'

red 241 ◦ green 105 ◦ blue 131

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

Shades of Brink Pink #F16983

Tints of Brink Pink #F16983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.01%

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

R = 50.52%
G = 22.01%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F16983 (or 0xF16983) is known color: Brink Pink. HEX triplet: F1, 69 and 83. RGB value is (241,105,131). Sum of RGB (Red+Green+Blue) = 241+105+131=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F16983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16983 is #0E967C. Grayscale: #949494. Windows color (decimal): -956029 or 8612337. OLE color: 8612337.

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

Color convert

RGB 241 105 131 -
CMYK 0 0.56 0.46 0.05
HSL 348.53º 0.83% 0.68% -
HSV(B) 348.53º 0.56% 0.95% -
XYZ 45.42 30.44 24.95 -
YUV 148.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 241 105 131 0 0.56 0.46 0.05 348.53 0.83 0.68
Hex F1 69 83 0 38 2E 5 15D 53 44
Octal 361 151 203 0 70 56 5 535 123 104
Binary 11110001 1101001 10000011 0 111000 101110 101 101011101 1010011 1000100

Color Harmonies of #F16983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16983

Black with #F16983

Text Example


Text Example

White with #F16983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16983; }

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

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

background-color css

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

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

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

border-color css

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

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

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