Html Css Color HEX #F16883 Brink Pink

📋 copy color: '#F16883'

red 241 ◦ green 104 ◦ blue 131

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

Shades of Brink Pink #F16883

Tints of Brink Pink #F16883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.85%

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

R = 50.63%
G = 21.85%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F16883 (or 0xF16883) is known color: Brink Pink. HEX triplet: F1, 68 and 83. RGB value is (241,104,131). Sum of RGB (Red+Green+Blue) = 241+104+131=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F16883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16883 is #0E977C. Grayscale: #949494. Windows color (decimal): -956285 or 8612081. OLE color: 8612081.

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

Color convert

RGB 241 104 131 -
CMYK 0 0.57 0.46 0.05
HSL 348.18º 0.83% 0.68% -
HSV(B) 348.18º 0.57% 0.95% -
XYZ 45.32 30.24 24.92 -
YUV 148.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 241 104 131 0 0.57 0.46 0.05 348.18 0.83 0.68
Hex F1 68 83 0 39 2E 5 15C 53 44
Octal 361 150 203 0 71 56 5 534 123 104
Binary 11110001 1101000 10000011 0 111001 101110 101 101011100 1010011 1000100

Color Harmonies of #F16883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16883

Black with #F16883

Text Example


Text Example

White with #F16883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16883; }

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

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

background-color css

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

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

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

border-color css

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

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

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