Html Css Color HEX #F1687C Brink Pink

📋 copy color: '#F1687C'

red 241 ◦ green 104 ◦ blue 124

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

Shades of Brink Pink #F1687C

Tints of Brink Pink #F1687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.44%

R = 51.39%
G = 22.17%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1687C (or 0xF1687C) is known color: Brink Pink. HEX triplet: F1, 68 and 7C. RGB value is (241,104,124). Sum of RGB (Red+Green+Blue) = 241+104+124=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1687C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1687C is #0E9783. Grayscale: #939393. Windows color (decimal): -956292 or 8153329. OLE color: 8153329.

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

Color convert

RGB 241 104 124 -
CMYK 0 0.57 0.49 0.05
HSL 351.24º 0.83% 0.68% -
HSV(B) 351.24º 0.57% 0.95% -
XYZ 44.86 30.06 22.51 -
YUV 147.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 241 104 124 0 0.57 0.49 0.05 351.24 0.83 0.68
Hex F1 68 7C 0 39 31 5 15F 53 44
Octal 361 150 174 0 71 61 5 537 123 104
Binary 11110001 1101000 1111100 0 111001 110001 101 101011111 1010011 1000100

Color Harmonies of #F1687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1687C

Black with #F1687C

Text Example


Text Example

White with #F1687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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